{% for file in yaml_templates %}
  {{ file.dsp }}:
    {% for view in file.views %}
        - {{ view }}
    {% endfor %}
{% endfor %}
