diff --git a/templates/base.html b/templates/base.html
index a8cfde0..0e27669 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,14 +1,12 @@
-
-
-
- {% include "includes/head.html" ignore missing -%}
-
- {% include "includes/nav.html" ignore missing -%}
-
- {% block custom %}{%- endblock -%}
- {% block content %}{%- endblock -%}
-
- {% include "includes/footer.html" ignore missing -%}
-
+
+
+{% include "includes/head.html" ignore missing -%}
+
+ {% include "includes/nav.html" ignore missing -%}
+
+ {% block custom %}{%- endblock -%}
+ {% block content %}{%- endblock -%}
+
+ {% include "includes/footer.html" ignore missing -%}
+
diff --git a/templates/includes/head.html b/templates/includes/head.html
index 0f71204..44b4f9a 100644
--- a/templates/includes/head.html
+++ b/templates/includes/head.html
@@ -1,4 +1,5 @@
+