{% extends "zephyr/base.html" %} {# The app itself. #} {# Includes some other templates as tabs. #} {% load compressed %} {% block page_params %} {# Insert parameters, which have been encoded with JSONEncoderForHTML. #} {% endblock %} {% block customhead %} {% compressed_css 'app' %} {% if full_handlebars %} {% else %} {% endif %} {% compressed_js 'app' %} {% if debug %} {% compressed_js 'app_debug' %} {% endif %} {% endblock %} {% block content %}