{% for hosts in setsOfSix%}
{% for host, filename in hosts%}
{{host}}
{% endfor %}
{% endfor %}