{% extends '@kohinos/common/layout.html.twig' %} {% block content %}
{{faq.content|raw}}
{% if faq.fichier is not null %} {{ 'Voir le fichier'|trans }} {% endif %} {% if faq.image is not null %} {% thumbnail faq.image, 'small' with {'class': 'myclass'} %} {% endif %}