Is it possible to use logical operators in Spacebars (without template helpers)?
For example:
{{#if status == '0'}}
Hello world.
{{/if}}
Unfortunately, I get the following error:
While processing files with templating (for target web.browser):
client/views/test.html:46: Expected identifier, number, string, boolean, null, or a sub expression enclosed in "(", ")"
... {{#if status == '0'}} ...
^
=> Your application has errors. Waiting for file change.