{% if nav|length > 1 %} {% if config.theme.topbar_sections %} {% set current = nav|active_section|attr('children') %} {% else %} {% set current = nav %} {% endif %} {% if not current %} {% set current = nav|selectattr("is_page") %} {% endif %} {% macro render_items(items, top_level=false) %} {% for item in items if item.is_page %} {% with sidebar_item = item %} {% include "components/sidebar_item.html" %} {% endwith %} {% endfor %} {% for section in items if not section.is_page and section.children %}
  • {% endfor %} {% endmacro %}
    {% endif %}