{% extends "base.html" %} {% block head %} {% endblock %} {% block body %}
{% include "dballeweb-splash.html" %}
Filter
{% include "dballeweb-filter.html" %}
Stations
{% include "dballeweb-data.html" %}
{% include "dballeweb-station.html" %}
{% include "dballeweb-value.html" %}
{% include "dballeweb-export.html" %}
{% endblock %}