{% extends "base.html" %} {% block title %}Archives{% endblock %} {% block description %}{% endblock %} {% include 'common_seo.html' %} {% block content %}

Archives

{% for article in dates %}
{{ article.title }}

{{ article.summary }}


{% endfor %}
{% endblock %}