{% for file in yaml_templates %}
  {% for key, value in file.items() %}
    "{{ key }}": {{ value }}
  {% endfor %}
{% endfor %}