{% block head %}
{% block title %}{{ SITENAME }}{% endblock title %}
{% endblock head %}
{{ SITENAME }}{% if SITESUBTITLE %}
{{ SITESUBTITLE }}
{% endif %}
{% for title, link in MENUITEMS %}
{{ title }}
{% endfor %} {% if DISPLAY_CATEGORIES_ON_MENU %} {% for cat, null in categories %} {% set c = cat|replace("-","
") %} {% set c = '
'+c %}
{{ c }}
{% endfor %} {% endif %}
About this Module
Overview
{% block content %} {% endblock %}