{% include "style.html" %}
{% include "header.html" %}
Sitemap/{{ data[1] }} {{ data[0] }} Projects
{% for article in data[2] %}
{{ article[0] }}
{% endfor %}
{% include "footer.html" %}