{% include 'app/common/components/_filter_title.html.twig' with { page_title : 'app.common.components.page_title.document'|trans, filter_type : 'document'} %} {% for document in documents %}

{{ document.title }}

{{ document.subtitle }}

{{ document.content|raw }}
{{ 'app.common.components.download_file'|trans }}
{% endfor %}