{% if FEED_RSS %} {% endif %}
{% block content %} {% endblock %} {% block archives %}

Archives of {{ SITENAME }}

{% for article in dates %}
{{ article.locale_date }}
{{ article.title }}
{% endfor %}
{% endblock %}
{% include 'analytics.html' %}