app/django/contrib/sitemaps/templates/sitemap_index.xml
changeset 54 03e267d67478
child 323 ff1a9aa48cfd
equal deleted inserted replaced
53:57b4279d8c4e 54:03e267d67478
       
     1 {% autoescape off %}<?xml version="1.0" encoding="UTF-8"?>
       
     2 <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
       
     3 {% for location in sitemaps %}<sitemap><loc>{{ location|escape }}</loc></sitemap>{% endfor %}
       
     4 </sitemapindex>
       
     5 {% endautoescape %}