Is it possible to iterate over a collection (as input parameter) in a template?
Maybe there is a documentation how to achive it (which I haven’t found, yet).
Hi Klaus,
You can iterate in templates with the mustache notation. This will look like this:
{{#pathToArray}} {{key}} or {{this}} if it is a simple array {{/pathToArray}}
You can find more information here.
You must be logged in to reply to this topic.
Enter the destination URL
Or link to existing content