{% 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 #} {{ compressed_css('app-fontcompat')|safe }} {% else %} {{ compressed_css('app')|safe }} {% endif %} {{ minified_js('app')|safe }} {% if not pipeline %} {% endif %} {% if debug %} {{ minified_js('app_debug')|safe }} {% endif %} {% endblock %} {% block content %}
{{ _('If this message does not go away, please wait a couple seconds and') }} {{ _('reload') }} {{ _('the page') }}.