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

"{{ key }}":
  {% for mapping in value.mappings %}
    "{{ mapping.context }}": "{{ mapping.slug }}"
  {% endfor %}
{% endfor %}
{% endfor %}
