{% extends '@App/app.html.twig' %}{% block title %}{{ document.titre }}{% endblock %}{% block content %}

{{ document.titre }}

{% if document.pdfPath %}Telecharger{% endif %}
{{ document.contenuHtml|raw }}
{% endblock %}