{% extends "base.html" %} {% block content %}
← Previous

{{date|date:"F Y"}}

Next →
{% for week in days %} {% for day in week %} {% endfor %} {% endfor %}
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
{% if day %} {% endif %}
{% endblock %}