{% extends 'base.html.twig' %} {% block title %}News {% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

{{ heroTitle|default('RESTEZ CONNECTÉS À
L’UNIVERS D’ICHTAH')|raw }}

{{ heroText|default("Découvrez les temps forts qui rythment la vie d’ICHTAH : projets en cours, annonces officielles, partenariats et moments marquants de notre communauté artistique.") }}

{% for item in newsList %}
{{ item.title }}

{{ item.title }}

{% if item.content %} {{ item.content|striptags|slice(0, 140) ~ '...' }} {% else %} Aucun contenu disponible. {% endif %}

{% else %}

Aucune news disponible pour le moment.

{% endfor %}

{{ eventTitle|default('ÉVÉNEMENTS À VENIR') }}

{% for item in upcomingEvents %}
{{ item.title }}

{{ item.title }}

{% if item.content %} {{ item.content|striptags|slice(0, 140) ~ '...' }} {% else %} Aucun contenu disponible. {% endif %}

{% else %}

Aucun événement à venir pour le moment.

{% endfor %}
{% endblock %}