<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">{% for page in CACTUS.pages %}
    {% if page.path != 'error.html' %}
    {% if page.path != 'thanks.html' %}
    <url>
        <loc>http://forensic-genealogy-usa.com/{{ page.path }}</loc>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>{% endif %}{% endif %}{% endfor %}
</urlset>
