{% extends "stories/stories_base.html" %} {% block content %}

Story Archive {{ month|date:"F Y" }}

{% for story in story_list %} {% ifchanged story.publish_date %}

{{ story.publish_date|date:"F d Y"}}

{% endifchanged %}

{{ story.headline }}

{% endfor %} {% endblock %}