{% extends "page.html" %} {% block title %}Day View{% endblock title %} {% block content %}

Events for {{ view_date }}

{% include "pagination_with_views.html" %}

{{ month_name }} {{ day }}, {{ year }}

{% for event in events %} {% include "event_include.html" %} {% endfor %}
{% include "pagination.html" %}
{% endblock content %}