{% extends 'base.html' %} {% block head %} {% include 'modules/planet_seo.html' %} {% endblock %} {% block main %} {% include 'modules/site_header.html' %} {% include 'modules/nav.html' %}
Archive
{{ articles.count }} articles
{% for item in archive_sections %}
{{ item }}
{% for article in archive[item] %} {% endfor %} {% endfor %}
{% endblock %}