diff --git a/app/templates/display.html b/app/templates/display.html
index e9ec20b..4f2c109 100644
--- a/app/templates/display.html
+++ b/app/templates/display.html
@@ -1,45 +1,45 @@
-
-
-
-
-
-
-
-
-
- {% if config.theme %}
- {% if config.theme == 'system' %}
+
+
+
+
+
+
+
+
+
+ {% if config.theme %}
+ {% if config.theme == 'system' %}
- {% else %}
-
- {% endif %}
{% else %}
-
+
{% endif %}
-
- {{ clean_query(query) }} - Whoogle Search
-
-
- {{ search_header|safe }}
- {% if is_translation %}
-
+ {% else %}
+
{% endif %}
- {{ response|safe }}
-
-
-
-
-
+
+ {{ clean_query(query) }} - Whoogle Search
+
+
+{{ search_header|safe }}
+{% if is_translation %}
+
+{% endif %}
+{{ response|safe }}
+
+
+
+
+
diff --git a/app/templates/header.html b/app/templates/header.html
index 0ba701c..e9c04e2 100644
--- a/app/templates/header.html
+++ b/app/templates/header.html
@@ -2,8 +2,8 @@