{# Base template for the whole site. #} {% load compressed %} {% load minified_js %}
{% if user_profile.realm.domain %}
{{user_profile.realm.domain}} - Zulip
{% else %}
Zulip
{% 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 %} {% minified_js 'common' %} {% block customhead %} {% endblock %} {% block content %} {% endblock %}