{% extends "base_blog.html" %} {% block subtitle %}Conservancy Blog Archive: {{ month|date:"F, Y" }} - {% endblock %} {% block content %}

Conservancy Blog Archive: {{ month|date:"F, Y" }}

{% for object in object_list %}

{{ object.headline|safe }}

{{ object.summary|safe }}

Read More...

Posted by {{ object.author.formal_name }} on {{ object.pub_date|date:"F j, Y" }} {% if object.tags.all %}/ Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}

{% endfor %} {% endblock %}