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

Archive for {{ month|date:'F Y' }}

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