{% extends 'base.html' %} {% block head %} {% include 'modules/planet_seo.html' %} {% endblock %} {% block main %} {% include 'modules/top.html' %} {% include 'modules/nav.html' %}
Archive
{{ articles.count }} article{% if articles.count > 1 %}s{% endif %}
{% for item in archive_sections %}
{{ item }}
{% for article in archive[item] %}
{{ article.title|escape }}
{% endfor %} {% endfor %}
{% endblock %}