{% 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 %} {{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }} {{ minified_js('app', csp_nonce)|safe }} {{ render_bundle('app-styles', attrs='nonce="%s"' % (csp_nonce)) }} {{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }} {% include "zerver/app/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 %}