You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
207B

  1. <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  2. {% for sitemap in sitemaps %}
  3. <sitemap>
  4. <loc>{{ sitemap }}</loc>
  5. </sitemap>
  6. {% endfor %}
  7. </sitemapindex>