• Start
    {% for title, link in MENUITEMS %}
  • {{ title }}
  • {% endfor %} {% if DISPLAY_PAGES_ON_MENU %} {% for item in pages %} {% if page is defined and page.url == item.url %}
  • {% else %}
  • {% endif %} {{ item.title }}
  • {% endfor %} {% endif %}