summaryrefslogtreecommitdiffstats
path: root/webapp/django/contrib/sitemaps/templates/sitemap_index.xml
blob: 497ae8bb814baade8789f6a1a7f83dc924d2f25e (plain)
1
2
3
4
5
{% autoescape off %}<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for location in sitemaps %}<sitemap><loc>{{ location|escape }}</loc></sitemap>{% endfor %}
</sitemapindex>
{% endautoescape %}