{# Base template for the whole site. #}
{% block title %} {% if user_profile and user_profile.realm.name %}
{{user_profile.realm.name}} - Zulip
{% else %}
Zulip
{% include 'zerver/meta_tags.html' %} {% endif %} {% endblock %}
{# We need to import jQuery before Bootstrap #} {% stylesheet 'common' %} {% block page_params %} {# blueslip needs page_params.debug_mode. Set it to false by default. #} {% endblock %} {{ render_bundle('common', attrs='nonce="%s"' % (csp_nonce)) }} {% block customhead %} {% endblock %} {% block porticocustomhead %} {% endblock %} {% block content %} {% endblock %}