{# Base template for the whole site. #} {% load compressed %} {% load minified_js %}
{% block title %} {% if user_profile.realm.name %}
{{user_profile.realm.name}} - Zulip
{% else %}
Zulip
{% endif %} {% endblock %}
{% if not_enterprise %} {# mixpanel #} {% endif %} {# 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 %}