From a8a2384183ffa9912b8873daf222f4a57cba8a52 Mon Sep 17 00:00:00 2001 From: TLRZ Seyfferth Date: Tue, 5 May 2020 18:21:52 +0200 Subject: [PATCH] [TASK] cleanup layout --- .../chrosey_materialize/templates/index.twig | 4 ---- .../templates/layout/base.twig | 18 ++---------------- .../templates/layout/navigationBar.twig | 14 +++++++++----- 3 files changed, 11 insertions(+), 25 deletions(-) diff --git a/Packages/chrosey_materialize/templates/index.twig b/Packages/chrosey_materialize/templates/index.twig index a02c6c1..8a207a8 100644 --- a/Packages/chrosey_materialize/templates/index.twig +++ b/Packages/chrosey_materialize/templates/index.twig @@ -1,5 +1 @@ {% extends "templates/layout/base.twig" %} - -{% block aside %} - -{% endblock %} diff --git a/Packages/chrosey_materialize/templates/layout/base.twig b/Packages/chrosey_materialize/templates/layout/base.twig index c09caf7..c0d4913 100644 --- a/Packages/chrosey_materialize/templates/layout/base.twig +++ b/Packages/chrosey_materialize/templates/layout/base.twig @@ -42,26 +42,12 @@ {% include "templates/layout/navigationBar.twig" %}
-
+
{% block content %} -
- {{ content }} -
+ {{ content }} {% endblock %}
-
{% include "templates/layout/footer.twig" %} diff --git a/Packages/chrosey_materialize/templates/layout/navigationBar.twig b/Packages/chrosey_materialize/templates/layout/navigationBar.twig index 8d6f62d..eddc507 100644 --- a/Packages/chrosey_materialize/templates/layout/navigationBar.twig +++ b/Packages/chrosey_materialize/templates/layout/navigationBar.twig @@ -1,17 +1,18 @@ -{% block navigation %} -{% endblock %}