{% block head %}
{% block title %}{{ SITENAME }}{% endblock title %}
{% endblock head %}
{{ SITENAME }}{% if SITESUBTITLE %}
{{ SITESUBTITLE }}
{% endif %}
{% for title, link in MENUITEMS %}
{{ title }}
{% endfor %} {% if DISPLAY_PAGES_ON_MENU %} {% for p in pages %}
{{ p.title }}
{% endfor %} {% endif %} {% if DISPLAY_CATEGORIES_ON_MENU %} {% for cat, null in categories %}
{{ cat }}
{% endfor %} {% endif %}
Overview
{% block content %} {% endblock %}