diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index dda282a..4d9f911 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -7,7 +7,7 @@ -
+
{% include 'banner' %} {% block content_wrapper %} diff --git a/source/_layouts/front.html.twig b/source/_layouts/front.html.twig index fdf8f67..9c11d90 100644 --- a/source/_layouts/front.html.twig +++ b/source/_layouts/front.html.twig @@ -1,3 +1 @@ {% extends 'base' %} - -{% block body_classes 'tw-h-full tw-flex tw-flex-col' %}