{% extends 'ccpages/base.html' %} {% load ccnews_tags %} {% block title %} News Archive for {{archive_date|date:"F"}} {{archive_date|date:"Y"}} – {% endblock %} {% block breadcrumbs %} {% ccnews_nav_breadcrumb archive_date %} {% endblock %} {% block nav_local %} {% ccnews_nav_local archive_date %} {% endblock %} {% block content %} {% for article in articles %}

{{article.title}}

{{article.excerpt}}

{% endfor %} {% endblock %}