From 7f253f71866a35a4c681a9ac37109d0ea4ab3d0e Mon Sep 17 00:00:00 2001 From: Jfriedli Date: Thu, 18 Mar 2021 10:38:18 +0100 Subject: started restyling --- templates/base.html | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index b337df5..17c28f2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,20 +10,14 @@ {% endassets %} - -
-
-
-
- - - -
-
-
+ +
+ + mat2 logo +
-
+
{% with messages = get_flashed_messages() %} {% if messages %} @@ -39,15 +33,11 @@
-
-
-
- {% block content %}{% endblock %} -
-
-
+
+ {% block content %}{% endblock %} +
-