diff --git a/ennstatus/templates/base.html b/ennstatus/templates/base.html
--- a/ennstatus/templates/base.html
+++ b/ennstatus/templates/base.html
@@ -103,21 +103,21 @@
{% endfor %}
{% endif %}
- {% endwith %}
+ {% endwith %}
{% block content %}
{% endblock %}
{% block scripts %}
{{ super() }}
-{% endblock %}
+{% endblock %}
{% endblock %}