{% extends '@AdminLTE/layout/public-layout.html.twig' %} {% block page_title %} Carte interactive {% endblock %} {% block page_subtitle %}{% endblock %} {% block page_breadcrumb %} Carte interactive {% endblock %} {% block page_content %}
{% for departement in departements %} {{departement.name}} {% endfor %}
{% endblock %}