Hi, I’m getting this error when running a simple query:
Error: Parse error in:
tag1
tag2
tag3
This is the query:
{{#each {tag select name}}}
{{name}}
{{/each}}
The list of tags is correct and I don’t see any error in the Firefox console. Is this a bug or is there anything wrong with my query?
Thank you.