From: Raphaƫl Gertz Date: Wed, 31 Jan 2024 22:26:01 +0000 (+0100) Subject: Add header around h3 X-Git-Tag: 0.3.0~127 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/1ff2570fa1206fc9d726c16e89e2ca4030951602?ds=sidebyside Add header around h3 --- diff --git a/Resources/views/session/index.html.twig b/Resources/views/session/index.html.twig index 59fc9e6..62cc1c5 100644 --- a/Resources/views/session/index.html.twig +++ b/Resources/views/session/index.html.twig @@ -9,7 +9,9 @@
{% for date, day in calendar %}
-

{{ day.title }}

+
+

{{ day.title }}

+
{% if day.sessions is not empty %}
    {% for session in day.sessions %}