Archives for {{ SITENAME }}
            {% for article in dates %}
                
    {{ article.title }}{% if article.subtitle %} - {{ article.subtitle }}{% endif %}
{% endfor %}{% extends "base.html" %} {% block title %}Archives - {{ SITENAME }}{% endblock %} {% block breadcrumbs %} {% if DISPLAY_BREADCRUMBS %}
{% endif %} {% endblock %} {% block content %}{{ article.title }}{% if article.subtitle %} - {{ article.subtitle }}{% endif %}
{% endfor %}