{% extends "base.html.twig" %} {% block title %}Recherche actualités | Terres de l'Yonne{% endblock %} {% block body %}
{{ actualite.contenu|striptags|slice(0, 210)|raw|nl2br }}{% if actualite.contenu|length > 210 %}[...]{% endif %}