diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index 3d010257dc..2ef0f1e209 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -12,34 +12,29 @@ {% endblock %} {% block customhead %} - - - - - - {% stylesheet 'app' %} - - {{ minified_js('app', csp_nonce)|safe }} - - {{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }} - - {{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }} - - {% include "zerver/app/topic_is_muted.html" %} + +{% stylesheet 'app' %} +{{ minified_js('app', csp_nonce)|safe }} +{{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }} +{{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }} +{% include "zerver/app/topic_is_muted.html" %} {% endblock %} + {% block content %}