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.
zeus-web
(Nico)
2
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?
1 Like
That was it. I was using a query block. When using a template block it works without errors, thank you.