Conservancy News Index - {{ year|date:"Y" }}
- 
{% for object in object_list %}
    
- {{ object.headline|safe }}
 {{ object.pub_date|date:"F j, Y" }} 
{% endfor %}
{% extends "base_news.html" %} {% block title %}Conservancy News Index - {{ year|date:"Y" }}{% endblock %} {% block content %}