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