{% for key in data.keys() %}
{{ key }}
{% endfor %}
{% for value in data.values() %}
{{ value }}
{% endfor %}