From 0151921344b6bd7760cde44ea64887cbf8ce6fc6 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 23 Sep 2024 12:07:02 +0300 Subject: Refactor: run djlint for base html file. --- gn2/wqflask/templates/base.html | 502 ++++++++++++++++++++++++---------------- 1 file changed, 305 insertions(+), 197 deletions(-) (limited to 'gn2/wqflask/templates/base.html') diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 364550a0..930a3563 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -3,26 +3,40 @@ - {% block title %}{% endblock %} GeneNetwork 2 + + {% block title %}{% endblock %} + GeneNetwork 2 - - - - - - + + + + + + - + - - - {% block css %} - {% endblock %} + + {% block css %}{% endblock %} + + - + {% block search %}{% endblock %} + {% block content %}{% endblock %} + - - -