{% extends "_layout.html" %} {% block title %}{{year}}{% endblock title %} {% block content %}

Posts from {{year}}


{% for post in posts %} {% include "_list.html" %} {% endfor %}
{% endblock content %}