diff --git a/Packages/chrosey_materialize/templates/layout/base.twig b/Packages/chrosey_materialize/templates/layout/base.twig
index 54ee8f2..c54e5b7 100644
--- a/Packages/chrosey_materialize/templates/layout/base.twig
+++ b/Packages/chrosey_materialize/templates/layout/base.twig
@@ -1,62 +1,52 @@
-
- {% block head %}
-
-
+
+ {% block head %}
+
+
-
- {% if meta.title %}
- {{ meta.title }}
- |
- {% endif %}
- {{ site_title }}
- {% if meta.description %}
-
- {% endif %}
- {% if meta.robots %}
-
- {% endif %}
+
+ {% if meta.title %}
+ {{ meta.title }}
+ |
+ {% endif %}
+ {{ site_title }}
+ {% if meta.description %}
+
+ {% endif %}
+ {% if meta.robots %}
+
+ {% endif %}
- {% if current_page %}
-
- {% endif %}
- {% endblock %}
- {% block css %}
-
-
-
- {% endblock %}
-
-
-
- {% include "templates/layout/navigationBar.twig" %}
-
-
- {% block content %}
-
- {{ content }}
-
- {% endblock %}
-
-
- {% include "templates/layout/footer.twig" %}
- {% block js %}
-
-
- {% endblock %}
-
+ {% if current_page %}
+
+ {% endif %}
+ {% endblock %}
+ {% block css %}
+
+
+
+ {% endblock %}
+
+
+ {% include "templates/layout/navigationBar.twig" %}
+
+ {% block content %}
+
+ {% endblock %}
+
+ {% include "templates/layout/footer.twig" %}
+ {% block js %}
+
+
+ {% endblock %}
+