{% 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 }} {{ render_bundle('translations') }} {{ render_bundle('katex') }} {% include "zerver/topic_is_muted.html" %} {% endblock %} {% block content %}
{% trans %}If this message does not go away, please wait a couple seconds and reload the page.{% endtrans %}