diff --git a/files/templates/default.html b/files/templates/default.html
index 9d418b867..e094ded18 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -223,7 +223,7 @@
-
+
{% block Banner %}
{% if '@' not in request.path %}
diff --git a/files/templates/settings.html b/files/templates/settings.html
index a8fc31479..44ee0ef6e 100644
--- a/files/templates/settings.html
+++ b/files/templates/settings.html
@@ -58,7 +58,7 @@
{% endif %}
-
+
{% include "header.html" %}
diff --git a/files/templates/settings2.html b/files/templates/settings2.html
index f2386cfa1..58fcd796f 100644
--- a/files/templates/settings2.html
+++ b/files/templates/settings2.html
@@ -46,7 +46,7 @@
{% endif %}
-
+
{% include "header.html" %}
diff --git a/files/templates/submit.html b/files/templates/submit.html
index 3d569e3fa..cc32a8b0a 100644
--- a/files/templates/submit.html
+++ b/files/templates/submit.html
@@ -55,7 +55,7 @@
{% endif %}
{% endblock %}
-
+
{% include "header.html" %}