{% for entry in sitemap %} {{ entry.location|e }} {% for hreflang in entry.hreflangs %} {% endfor %} {% if entry.lastmod %} {{ entry.lastmod }} {% endif %} {% if entry.changefreq %} {{ entry.changefreq }} {% endif %} {% if entry.priority %} {{ entry.priority|number_format(1) }} {% endif %} {% for image in entry.images %} {% if image.loc %} {{ url(image.loc, true) }} {% endif %} {% if image.caption %} {{ image.caption }} {% endif %} {% if image.geoloc %} {{ image.geoloc }} {% endif %} {% if image.title %} {{ image.title }} {% endif %} {% if image.license %} {{ image.license }} {% endif %} {% endfor %} {% endfor %}