diff --git a/templates/page.html b/templates/page.html
index 6e7a8a18..07eea62e 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,8 +1,8 @@
- {% include 'header.html' %}
+ {% include 'header.html' %}
{{ title }}
diff --git a/templates/thread.html b/templates/thread.html
index 0997f668..4e2a95a1 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -2,34 +2,8 @@
-
- {% if config.url_favicon %}{% endif %}
+ {% include 'header.html' %}
{{ board.url }} - {{ board.name }}
-
- {% if config.meta_keywords %}{% endif %}
- {% if config.default_stylesheet.1 != '' %}{% endif %}
-
- {% if not nojavascript %}
-
- {% if not config.additional_javascript_compile %}
- {% for javascript in config.additional_javascript %}{% endfor %}
- {% endif %}
- {% endif %}
- {% if config.recaptcha %}{% endif %}
{{ boardlist.top }}