From a968844b7ba92f9636ff2746003f34e1d8a595eb Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 8 Jun 2023 23:22:32 +0200 Subject: [PATCH] Wrap the nav bar into a header element --- templates/base.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/templates/base.html b/templates/base.html index f3f93e0..d7eb877 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,14 +17,16 @@ - +
+ +
{% block content %} {% endblock %}