{% extends "templates/base-1-col.html" %} {% block content-title %}Archives{% endblock %} {% block content-body %}

All previous posts are listed here by year and month.

{% for year-data in posts-data %}

{{ year-data.year }}

{% for month-data in year-data.months %}

{{ month-data.month }}

{% endfor %} {% endfor %} {% endblock %}