{% extends "page.html" %} {% block title %}Week View{% endblock title %} {% block content %}
{{ day.wday }} {% if week_switches_months -%} {%- if loop.first or day.day == 1 -%} {{ day.month_name }} {%- endif -%} {%- endif %} {{ day.day }}