{% block head %}
{% block title %}{{ SITENAME }}{% endblock title %}
{% endblock head %}
HEADER
{{ SITENAME }}{% if SITESUBTITLE %}
{{ SITESUBTITLE }}
{% endif %}
{% if DISPLAY_CATEGORIES_ON_MENU %} {% for cat, null in categories %}
{{ cat }}
{% endfor %} {% endif %} {% for page in pages %}
{{ page.title }}
{% endfor %}
Subscribe
Subscribe to this feed!
Full Feed:
RSS
,
ATOM
Articles Feed:
RSS
,
ATOM
Projections Feed:
RSS
,
ATOM
mail:
subscribe
,
unsubscribe
{% block content %} {% endblock %}