Dominik George
Free Software Fellow, Education Enthusiast, sozialliberal
{% 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 %}
{% block content %}{% endblock %}