{# Base template for the whole site. #} {% block title %} {% if user_profile and user_profile.realm.name %} {{user_profile.realm.name}} - Zulip {% else %} Zulip {% endif %} {% endblock %} {% if dropboxAppKey %} {% endif %} {# 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') }} {% block customhead %} {% endblock %} {% block porticocustomhead %} {% endblock %} {% block content %} {% endblock %}