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

Posts from {{month_string}}, {{day}} {{year}}


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