Month View
Navigate By Month
{% if next_month %}
Next Month:
{{ next_month|date:"F Y"}}
{% endif %} {% if previous_month %}
Previous Month:
{{ previous_month|date:"F Y"}}
{% endif %}
Blog Posts
{% for object in object_list %}
{{ object.title }}
Posted: {{ object.post_date|date:"F j, Y" }}
{% endfor %}