{% for key in environments %}
{{ key }}
{% endfor %}
{% for key in environments %}
{{ environments[key] }}
{% endfor %}