{{#compare x "typeof" "hello"}}WRONG{{else}}RIGHT{{/compare}}
{{#compare x "typeof" "number"}}RIGHT{{else}}WRONG{{/compare}}
{{#compare y "typeof" "string"}}RIGHT{{else}}WRONG{{/compare}}