{% extends "::base.html.twig" %} {% block title %}News::{{entity.titre}}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{entity.titre}} {{ entity.datePublished |date('Y-M-d') }} {{ entity.section}} {{ entity.content |raw }} {{ socialButtons() }} LAST NEWS {% for last in lasts %} {{ last.titre }} {{ last.datePublished|date('Y-M-d')|upper }}read more >> {% endfor %} In the video {% endblock %}