{# ####################### base.html ########################## This is the base file for the report. This is kept as a bare skeleton and imports the rest of the template in as blocks. This file is called when generating the report. It's filename must be specified in __init__.py, eg: template_fn = 'base.html' #} {% include 'head.html' %} {% include 'includes.html' %} {% include 'nav.html' %} {% include 'toolbox.html' %}
{% include 'header.html' %} {% include 'general_stats.html' %} {% include 'content.html' %}
{% include 'foot.html' %}