1. {% for section in nav %} {% if section.active %}
  2. {{ section.title }}
  3. {% if section.children %}
  4. {{ current_page.title }}
  5. {% endif %} {% endif %} {% endfor %}
  6. Edit on GitHub