From 81780062aea2f9de8dd704de1da7743937b79c38 Mon Sep 17 00:00:00 2001 From: Jfriedli Date: Thu, 18 Mar 2021 11:35:04 +0100 Subject: started refactoring index and download page --- templates/base.html | 60 +++++++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 27 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 17c28f2..576f264 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,39 +1,45 @@ - - MAT2 - - - - - {% assets 'css' %} - - {% endassets %} - + + + MAT2 + + + + + {% assets 'css' %} + + {% endassets %} + +
- mat2 logo + mat2 logo
-
-
- {% with messages = get_flashed_messages() %} - {% if messages %} - {% for message in messages %} -
-

- {{ message }} -

-
- {% endfor %} - {% endif %} - {% endwith %} + + +
+ {% with messages = get_flashed_messages() %} + {% if messages %} + {% for message in messages %} +
+ + + + + + + {{ message }} +
-
+ {% endfor %} + {% endif %} + {% endwith %} -
{% block content %}{% endblock %}
@@ -42,4 +48,4 @@ source - ♥ - + \ No newline at end of file -- cgit v1.3