-
- {% block content %}
- {{ content }}
- {% endblock %}
+ {% include "templates/layout/navigationBar.twig" %}
+
+
-
- {% include "templates/layout/footer.twig" %}
- {% block js %}
-
-
- {% endblock %}
+
+ {% include "templates/layout/footer.twig" %}
+ {% block js %}
+
+
+ {% endblock %}
diff --git a/Packages/chrosey_materialize/templates/layout/footer.twig b/Packages/chrosey_materialize/templates/layout/footer.twig
index 8ad6618..0abc800 100644
--- a/Packages/chrosey_materialize/templates/layout/footer.twig
+++ b/Packages/chrosey_materialize/templates/layout/footer.twig
@@ -1,5 +1,5 @@
+
-
+ {% block content %}
+ {{ content }}
+ {% endblock %}
+