diff --git a/templates/base.html b/templates/base.html
index 2466916..7f61ee3 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,15 +1,14 @@
-
-
-
-{% 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 -%}
+