I define a list "ids" in globals.yml. I then want ...
# beginners-need-help
m
I define a list "ids" in globals.yml. I then want to make a Jinja2 loop with this list in catalog.yml how do I do that? I've tried:
{% for id in $ids %}
and` {% for id in ${ids} %}` but none of this works...