{% extends "blogango/base.html" %} {% block title %} - Archives for {{ month|date:"F" }} {{ month|date:"Y" }} {% endblock %} {% block breadcrumbs %}
  • Blog
  • {{ month|date:'N Y' }}
  • {% endblock %} {% block content %} {% for entry in object_list %} {% include 'blogango/entry_snippets.html' %} {% endfor %} {% endblock %}