refonte page d'accueil nouveau design, sans images pour l'instant

This commit is contained in:
2026-05-29 01:15:56 +02:00
parent 39ed94c029
commit 1956952a2a
31 changed files with 1407 additions and 1346 deletions

View File

@@ -28,13 +28,15 @@
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('map-projets') }}>
<div class="map-projets-section">
{{ title_prefix }}
{% if label %}
<h2{{ title_attributes }}>{{ label }}</h2>
<h2{{ title_attributes.addClass('map-projets-title') }}>{{ label }}</h2>
{% endif %}
{{ title_suffix }}
{% block content %}
{{ content }}
{% endblock %}
<div{{ attributes.addClass('map-projets') }}>
{% block content %}
{{ content }}
{% endblock %}
</div>
</div>