{% autoescape off %}
Zephyr
{# We need to import jQuery before Bootstrap #}
Humbug
{% block nav %} {% endblock %}
{% if user.is_authenticated %}
Logged in as {{ user_profile.user.email }}
{% endif %}
{% block content %} {% endblock %}
{% endautoescape %}