{% extends "./wrapper.html" %} {% block content %}

MENU

{% if pagelinks %}

Loaded Page Contexts

{% for section, pages in pagelinks %}

{{section}}

    {% for p,v in pages %} {% if p %}
  • {{p}} {% if v.page.title %} {{v.page.title}} {% endif %}
  • {% endif %} {% endfor %}
{% endfor %}
{% endif %} {% endblock %}