2006-09-01 07:13:59 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-11-21 00:32:40 +08:00
|
|
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemapindex/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>
|