{% extends "news/base_news.html" %} {% load custom_date %} {% block title %}Post archive for {{ month|date:"F Y" }}{% endblock %} {% block body_class %}{{ block.super }} post_archive_month{% endblock %} {% block content_title %}

Post archive for {{ month|date:"F Y" }}

{% endblock %} {% block content %}

{% for object in object_list %} {% include "news/inlines/post_detail.html" %}
{% endfor %}
{% endblock %}