{% load static %} {%block title %}CourseFlow{% endblock %} {# Don't be tempted to move all this JS stuff down to the end. #} {# The datepicker generates inline JS that relies on this being loaded. #} {{ form.media }} {%block header_extra %}{% endblock %} {% block root_container %}
{% for message in messages %}
{{ message|safe }}
{% endfor %} {% if fake_time %}
You are currently seeing a preview of what the site would look like at {{ fake_time }}.
{% endif %} {% block nav_recommendations %} {% endblock %} {% block version_advice %} {% endblock %} {% block content %} {% endblock %}
{% endblock %}