{% extends "site.html" %}
{% block head %}
{{ block.super }}
{% endblock %}
{% block pagehead %}
{% include 'pagehead.html' %}
{% endblock %}
{% block content %}
{% include 'topnav.html' %}
{% include report_template %}
{% include 'bottomnav.html' %}
{% endblock %}