From b1f76ea37e6d8d6dc949ecc4899e3a1bc6d7ef65 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 22:49:15 -0600 Subject: use new theme --- templates/base.html | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 0ff6f13..37265f5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,14 +2,26 @@ {% block head %} - + + + + + {% block title %}{% endblock %} + + + + + + + - {% block title %}{% endblock %} - @@ -29,9 +41,11 @@ {% endblock %} - - {% include "header.html" %} + + {% include "sidebar.html" %} +
{% block body %}{% endblock %} +
-- cgit v1.2.3