{{ config.title }}
{% for item in config.extra.nav %} {% set active = '' %} {% if current_path is starting_with(item.url) or (current_path == '/' and item.url == '/') %} {% set active = 'active' %} {% endif %} {{ item.name }} {% endfor %}