{% extends "base.html" %} {% block title %} Overview {% endblock %} {% block navbar_content %} {% endblock %} {% block content %}

Strom

{% include "strom.html" %}

Fernwärme

{% include "fernwaerme.html" %}

Gas

{% include "gas.html" %}
{% endblock %}