{% extends "zerver/base.html" %} {# The app itself. #} {# Includes some other templates as tabs. #} {% load compressed %} {% load minified_js %} {% 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' %} {% else %} {% compressed_css 'app' %} {% endif %} {% minified_js 'app' %} {% if debug %} {% minified_js 'app_debug' %} {% endif %} {% endblock %} {% block content %}