diff --git a/the_works/templates/views/home.html b/the_works/templates/views/home.html index b6e0c68..ae5e8d7 100644 --- a/the_works/templates/views/home.html +++ b/the_works/templates/views/home.html @@ -1,21 +1,18 @@ -{% extends 'base.html' %} {% block title %}Alles durchsuchen{% endblock title %} +{% extends 'base.html' %} + +{% block title %}Alles durchsuchen{% endblock title %} + {% block head %} - -{% endblock head %} {% block heading %}Alles durchsuchen{% endblock heading %} -{% block content %} {% include "_icons.svg" %} +{% endblock head %} + +{% block heading %}Alles durchsuchen{% endblock heading %} + +{% block content %} + +{% include "_icons.svg" %}
-
-{% endblock content %} {% block script %} +
+
+{% endblock content %} + +{% block script %} {% endblock script %}