<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    {% for type in sitemaps %}
    <sitemap>
        <loc>{{ absolute_url(path('app_sitemap_section', {type: type})) }}</loc>
    </sitemap>
    {% endfor %}
</sitemapindex>
