{% extends 'base.html' %} {% block content %}

{{ day|date:"Y-m-d" }}

{{ previous_day|date:"d" }} {{ day|date:"d" }} {{ next_day|date:"d" }}

{% for entry in object_list %} {% include 'blog/entry_with_time.html' %} {% endfor %}
{% endblock content %}