blob: f19e622c55e307a5d08b7da3121f2a9a0c5fe5ff (
plain)
1
2
3
4
|
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for location in sitemaps %}<sitemap><loc>{{ location }}</loc></sitemap>{% endfor %}
</sitemapindex>
|