{% for path in pupupu.getPages() %} {% set p = pupupu.getYaml(path) %} {{ page.root }}{{ path }} {% if p.changefreq %} {{ p.changefreq }} {% endif %} {% if p.priority %} {{ p.priority }} {% endif %} {% endfor %}