{% extends "base.html" %} {% block title %}Archive: {{ year }}/{{ "%02d" | format(month) }} - {{ site.name }}{% endblock %} {% block content %}

Archive: {{ year }}/{{ "%02d" | format(month) }}

{% for post in posts %} {% else %}

No posts in this period.

{% endfor %}
{% endblock %}