2007-11-14 20:58:53 +08:00
|
|
|
{% autoescape off %}<?xml version="1.0" encoding="UTF-8"?>
|
2006-11-25 13:20:14 +08:00
|
|
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
2006-09-27 00:27:24 +08:00
|
|
|
{% for location in sitemaps %}<sitemap><loc>{{ location|escape }}</loc></sitemap>{% endfor %}
|
2006-09-01 07:13:59 +08:00
|
|
|
</sitemapindex>
|
2007-11-14 20:58:53 +08:00
|
|
|
{% endautoescape %}
|