From 2d83b48b2fd0765915e8f752c0ab4ef8622f5f44 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 25 Jun 2021 17:17:34 +0530 Subject: fix header template --- templates/base.html | 18 ++++++++++++++++++ templates/head_tag.html | 14 +------------- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/templates/base.html b/templates/base.html index 0dc51e0..2a48404 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,24 @@ Hey - {% block title %}{% endblock %} + + + + + + + + + + + + + + + + + + {% endblock %} diff --git a/templates/head_tag.html b/templates/head_tag.html index 1f906f4..586cbf8 100644 --- a/templates/head_tag.html +++ b/templates/head_tag.html @@ -1,14 +1,3 @@ - - Hi! | {% block title %}{% endblock %} - - - - - - - - - @@ -27,5 +16,4 @@ - - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3