From b4684f64bbef3121f292d2b95e723be5a513040c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihae=C4=BCs=20Mejerovs?= Date: Wed, 22 May 2024 17:27:45 +0000 Subject: [PATCH] Update base.html --- base.html | 89 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 46 insertions(+), 43 deletions(-) diff --git a/base.html b/base.html index 3e403e4..fd42714 100644 --- a/base.html +++ b/base.html @@ -1,44 +1,47 @@ - - - - - - - - - {% block title %}{% endblock %} - - - - -
- {% block content %}{% endblock %} -
- - - - + + + + + + + + + {% block title %}{% endblock %} + + + + + +
+ {% block content %}{% endblock %} +
+ + + + \ No newline at end of file