{% extends 'weblog/base.html' %} {% block title %}{{ block.super }} » {{ day|date:'Y » F » j' }}{% endblock %} {% block content %}

Archive for {{ day|date }}

{% for post in post_list %} {% include 'weblog/_post_body.html' %} {% endfor %} {% endblock content %}