From 73f449c5599a33ada40ee518809b1e2d785991ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 13 Oct 2022 15:07:33 +0200 Subject: [PATCH] New event layout New header layout New cities layout --- Resources/views/default/index.html.twig | 35 +++++++++++++------------ 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index beb1508..3e820c0 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -2,44 +2,45 @@ {% block content %}
-

{{ title }}

-

{{ description }}

+

{{ description }}

- {{ include('@RapsysAir/default/_location.html.twig') }} + {{ include('@RapsysAir/default/_city.html.twig') }} {% endblock %} -- 2.41.1