{% extends 'base.html.twig' %} {% block title %} {{ article.title|raw }} - Seine-et-Marne {% endblock %} {% block body %}
{{ article.content|raw }}
{% if article.link != "" or article.file != "" %}
{% if article.link != "" %} En savoir plus {% elseif article.file != "" %} Voir le document {% endif %}
{% endif %}
{% endblock %}