{% 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 commonjs %} {{ render_bundle('app', attrs='nonce="%s"' % (csp_nonce)) }} {{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }} {% endblock %} {% block customhead %} {% endblock %} {% block content %}
{% trans %}If this message does not go away, please wait a couple seconds and reload the page.{% endtrans %}