summaryrefslogtreecommitdiffstats
path: root/google_appengine/lib/django/django/contrib/sitemaps/templates/sitemap_index.xml
blob: a2bcce85dc0d4b4928072face1d6457179a2776b (plain) (blame)
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|escape }}</loc></sitemap>{% endfor %}
</sitemapindex>