{% extends '@kohinos/common/layout.html.twig' %} {% block content %}
{% include '@kohinos/block/breadcrumb.html.twig' with {'label': faq.name, 'label2': 'FAQ', 'url2': path('faq') } %}

{{faq.name}}

{{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 %}
{% endblock %}