{# Base template for the whole site. #} {% block title %} {% if user_profile and user_profile.realm.name %} {{user_profile.realm.name}} - {{product_name}} {% else %} Zulip {% endif %} {% endblock %} {% if not_voyager %} {% endif %} {# We need to import jQuery before Bootstrap #} {{ compressed_css('common')|safe }} {% block page_params %} {# blueslip needs page_params.debug_mode. Set it to false by default. #} {% endblock %} {{ minified_js('common')|safe }} {% block customhead %} {% endblock %} {% block content %} {% endblock %}