{% for entry in navigation %}
  • {{ entry.title }} {% if entry.children %}>{% endif %} {% if entry.children %}
    • Back <
    • {{ entry.title }}
    • {% for sub_entry in entry.children %}
    • {{ sub_entry.title }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}