{% load static %} {% load apptags %} {% block stylesheets %} {% endblock %}
{% block content %} {% endblock %}
{% block javascripts %} {% endblock %} {% for file in javascript %} {% with 'js/'|add:file as js_static %} {% endwith %} {% endfor %}