{% for child in page.root %}
  • {{ child.title }} {% include 'partials/navigation/children.html' with { 'page' : child } %}
  • {% endfor %}