{{ SITENAME }}
{{ SITESUBTITLE }}
{% if DISPLAY_PAGES_ON_MENU %} {% for p in pages | sort(attribute=PAGES_SORT_ATTRIBUTE) %} {% if p.url %}
{{ p.menulabel|default(p.title) }}
{% endif %} {% endfor %} {% endif %} {% for title, link in MENUITEMS %}
{{ title }}
{% endfor %}
{% block content %}{% endblock %}