diff --git a/django/templates/base.html b/django/templates/base.html
index b834707..abef9e8 100644
--- a/django/templates/base.html
+++ b/django/templates/base.html
@@ -10,12 +10,12 @@
qivip
-
-
+
+
{% include 'partials/_nav.html' %}
{% block content%}{% endblock %}
{% block faqs%}{% endblock %}
-
+
{% include 'partials/_footer.html' %}
diff --git a/django/templates/partials/_footer.html b/django/templates/partials/_footer.html
index c3b603c..8bbc6c2 100644
--- a/django/templates/partials/_footer.html
+++ b/django/templates/partials/_footer.html
@@ -1,4 +1,4 @@
-