{% for node in root.children -%} {% if node.index_page -%}
  • {{ node.index_page.title() }}
  • {% endif -%} {% endfor -%}