{% for page in pages %} {% if not page.is_special_page() %}
  • {{ page.nav_title }}
  • {% if page.subpages %} {% with pages=page.subpages %} {% include 'cms/recursive_nav.html' %} {% endwith %} {% endif %} {% endif %} {% endfor %}