{% extends 'base.html.twig' %} {% block seo %} {{ seo.title|default(event.title) }} — {{ site.name|default('') }} {% if seo.image|default(null) %} {% endif %} {% endblock %} {% block body %}
{# ====== Contenu principal ====== #}
{# --- En-tête --- #}
{{ event.dateStart|date('d') }} {{ event.dateStart|date('M') }}

{{ event.title }}

{{ event.dateStart|date('d/m/Y à H:i') }} {% if event.dateEnd %} — {{ event.dateEnd|date('d/m/Y à H:i') }} {% endif %} {% if event.location %} {{ event.location }} {% endif %} {% if event.past %} Terminé {% elseif event.upcoming %} À venir {% endif %}
{# --- Image --- #} {% if event.image %}
{{ event.title }}
{% endif %} {# --- Description courte --- #} {% if event.shortDescription %}

{{ event.shortDescription }}

{% endif %} {# --- Contenu TipTap --- #} {% if event.content %}
{{ event.content|raw }}
{% endif %} {# --- Retour --- #}
{# ====== Sidebar ====== #}
{% endblock %}