{% extends "zerver/base.html" %} {# The app itself. #} {# Includes some other templates as tabs. #} {% block page_params %} {# Insert parameters, which have been encoded with JSONEncoderForHTML. #} {% endblock %} {% block customhead %} {% if nofontface %} {# We can't use @font-face on qtwebkit, so use differently minified CSS #} {% stylesheet 'app-fontcompat' %} {% else %} {% stylesheet 'app' %} {% endif %} {{ minified_js('app')|safe }} {% if not pipeline %} {% endif %} {% if debug %} {{ minified_js('app_debug')|safe }} {% endif %} {% include "zerver/topic_is_muted.html" %} {% endblock %} {% block content %}

{{ _('Loading...') }}

{% trans %}If this message does not go away, please wait a couple seconds and reload the page.{% endtrans %}

{% include "zerver/navbar.html" %}
{% include "zerver/left-sidebar.html" %}
{% include "zerver/home.html" %}
{% if show_debug %}
{% include "zerver/debug.html" %}
{% endif %}
{% include "zerver/right-sidebar.html" %}
{% include "zerver/image-overlay.html" %} {% include "zerver/subscriptions.html" %}
{% include "zerver/keyboard_shortcuts.html" %} {% include "zerver/search_operators.html" %} {% include "zerver/markdown_help.html" %} {% include "zerver/invite_user.html" %} {% include "zerver/bankruptcy.html" %} {% include "zerver/logout.html" %} {% include "zerver/tutorial_finale.html" %}
{% endblock %}