{% extends "page.html" %}
{% block title %}Event View{% endblock title %}
{% block content %}
Event {{ view_date }}
{% include "pagination_with_views.html" %}
{{ month_name }} {{ day }}, {{ year }}
{% include "event_include.html" %}
{% include "pagination.html" %}
{% endblock content %}