actus read more

This commit is contained in:
2025-04-07 14:19:02 +02:00
parent 456e77c96f
commit e50f96596f
11 changed files with 209 additions and 38 deletions

View File

@@ -88,8 +88,17 @@
</footer>
{% endif %}
<div{{ content_attributes }}>
<div class="content-wrapper-actu"{{ content_attributes }}>
{{ content }}
</div>
{# {% block content %}
{{content.field_images}}
<div class="infos-actu">
{{content.field_type_d_actualite}}
{{content.field_date}}
</div>
{{content.body}}
{{content.field_liens}}
{% endblock %} #}
</article>