{# Base template for the whole site. #} {% load compressed %}
{% if user_profile.realm.domain %}
{{user_profile.realm.domain}} - Humbug
{% else %}
Humbug
{% endif %}
{# mixpanel #} {# We need to import jQuery before Bootstrap #}
{% compressed_css 'common' %} {% block page_params %} {# blueslip needs page_params.debug_mode. Set it to false by default. #} {% endblock %} {% compressed_js 'common' %} {% block customhead %} {% endblock %} {% block content %} {% endblock %}