{% extends 'base.html' %} {% load compress %} {% load static from staticfiles %} {% block content %}
{% include 'javascript.html' %} {% compress js %} {% endcompress %} {% endblock content %}