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