Dynamic variables do not work for me

When I use dynamic variables, nothing seems to happen for me. Eg.g. {{query (and <% current page %> todo(todo))}} does not find all todos in the current page.

small typo in your parentheses:
{{query (and <% current page %> (todo todo)) }}

the extra spaces are not needed, but I like them for readability

I’m experiencing the same issues as Hulk. And in fact, none of the dynamic variables work on their own (outside of queries) either. I’m using version 0.5.2.

Edit: typo

image