From 22cdb19d9802876f096bd5dccbbab9f07fa7a311 Mon Sep 17 00:00:00 2001 From: cheeest Date: Mon, 7 Apr 2025 00:49:46 +0300 Subject: [PATCH] feat: help icon and nav to section main files --- templates/forensic-main.html | 4 +++- templates/osint-main.html | 4 +++- templates/web-main.html | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/forensic-main.html b/templates/forensic-main.html index 1828592..25e3f78 100644 --- a/templates/forensic-main.html +++ b/templates/forensic-main.html @@ -1,4 +1,6 @@ {% include '_head.html' %} - {% include '_header.html' %} \ No newline at end of file + {% include '_header.html' %} + {% include '_sidenav.html' %} + \ No newline at end of file diff --git a/templates/osint-main.html b/templates/osint-main.html index 1828592..25e3f78 100644 --- a/templates/osint-main.html +++ b/templates/osint-main.html @@ -1,4 +1,6 @@ {% include '_head.html' %} - {% include '_header.html' %} \ No newline at end of file + {% include '_header.html' %} + {% include '_sidenav.html' %} + \ No newline at end of file diff --git a/templates/web-main.html b/templates/web-main.html index e6cdcd5..25e3f78 100644 --- a/templates/web-main.html +++ b/templates/web-main.html @@ -2,4 +2,5 @@ {% include '_head.html' %} {% include '_header.html' %} -{% include '_sidenav.html' %} \ No newline at end of file + {% include '_sidenav.html' %} + \ No newline at end of file