Close Menu
    {% for title, link in MENUITEMS %}
  • {{ title }}
  • {% endfor %} {% if DISPLAY_PAGES_ON_MENU -%} {% for pg in pages %} {{ pg.title }} {% endfor %} {% endif %} {% if DISPLAY_CATEGORIES_ON_MENU -%} {% for cat, null in categories %} {{ cat }} {% endfor %} {% endif %}