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

Posts from {{month_string}} {{year}}


{% for post in posts %} {% with show_text=False %} {% include "_list.html" %} {% endwith %} {% endfor %}
{% endblock content %}