I’m trying to use a Mockoon/Handlebars template to create this condition:
{{#if (eq (queryParam 'page') 1)}}
{{/if}}
But it never evaluates to true, even though {{queryParam 'page'}}
produces 1
(number).
Is there something wrong with the syntax?