{# Base template for the whole site. #} {% load compressed %}
{% if user_profile.realm.domain %}
{{user_profile.realm.domain}} - Humbug
{% else %}
Humbug
{% endif %}
{# We need to import jQuery before Bootstrap #} {% compressed_js 'common' %} {% block customhead %} {% endblock %}
{% block content %} {% endblock %}