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