Hi, i'm working on a pet media project and i'm trying to create an yaml file with all the authors in the media. I'm having trouble using "for":
{{ config.authors.kaladan.name }} << this is working
{% for author in config.authors.kaladan.name %} {{ author }} {% endfor %} << this is not
Thanks!