{% extends 'base.html.twig' %} {% block title %}Les articles Seine-et-marne {% endblock %} {% block body %}
Les articles Seine-et-marne
{% for doc in smarticles %} {% include 'seine-et-marne/_item.html.twig' with {'doc': doc} %} {% endfor %}
{% endblock %}