{% load staticfiles %} {% comment %} this way the various reports (extending this template) might be used as a standalone variant (without html tags and stuff) to include them in other reports {% endcomment %} {% block header %} {% endblock header %} {% block content %} {% endblock content %}