Year View
Navigate By Month
{% for month in date_list %}
{{ month|date:"F Y" }}
{% endfor %}
Blog Posts
{% for object in object_list %}
{{ object.title }}
Posted: {{ object.post_date|date:"F j, Y" }}
{% endfor %}