diff --git a/src/templates/Exploritory.html b/src/templates/Exploritory.html
index 7ca6871..d237ec8 100644
--- a/src/templates/Exploritory.html
+++ b/src/templates/Exploritory.html
@@ -5,16 +5,23 @@
{{ super() }}
-
+
{% endblock %}
{% block body %}
{{ super ()}}
-
- {{ body | safe }}
-
+
+
+
+
+ {{ body | safe }}
+
+
+
+
+
+
{% endblock %}
\ No newline at end of file
diff --git a/src/templates/enthusiast.html b/src/templates/enthusiast.html
index e649762..839e463 100644
--- a/src/templates/enthusiast.html
+++ b/src/templates/enthusiast.html
@@ -111,9 +111,15 @@
{% endfor %}
{% endfor %}
+ { body | safe }
+
-
+
+
+
+
+
{% endblock %}
\ No newline at end of file