{% extends "pages/base.html" %} {% set title = "Energy consumption" %} {% block main_content %} {{ super() -}}

Sites
Period
{% endblock main_content %} {% block body_scripts %} {{ super() -}} {% filter indent(width=8, first=True) %} {% endfilter %} {% endblock body_scripts %}