Year View

Navigate By Month

    {% for month in date_list %}
  1. {{ month|date:"F Y" }}
  2. {% endfor %}

Blog Posts

    {% for object in object_list %}
  1. {{ object.title }}

    Posted: {{ object.post_date|date:"F j, Y" }}

  2. {% endfor %}