{% extends 'base.html.twig' %} {% block title %}Près de chez vous en Seine-et-Marne {% endblock %} {% block body %}

Près de chez vous en Seine-et-Marne

{{ config('texts.page_seine_et_marne')|raw }}

Les Actualités

{% for doc in smarticles %}
{% include 'seine-et-marne/_item.html.twig' with {'doc': doc} %}
{% endfor %}
{% endblock %}