From: Raphaƫl Gertz Date: Thu, 29 Feb 2024 15:21:06 +0000 (+0100) Subject: Replace body with base template X-Git-Tag: 0.3.0~5 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/49e39d805a089a8065015defa6e6fee22be4fcdb Replace body with base template New config layout New title layout --- diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index a3560e0..8aeec00 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,4 +1,4 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %}
diff --git a/Resources/views/default/organizer_regulation.html.twig b/Resources/views/default/organizer_regulation.html.twig index 0f4039a..3106e1f 100644 --- a/Resources/views/default/organizer_regulation.html.twig +++ b/Resources/views/default/organizer_regulation.html.twig @@ -1,8 +1,8 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %}
-

{{ title }}

+

{{ title.page }}

{{ description }}