Error: Parse error in:

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.

Hi, this works for me, as long as I place it in a “template block”.

It does not work within a “query block”, but I get a different error message…

How/where do you try this?

That was it. I was using a query block. When using a template block it works without errors, thank you.