I have a statement like this:
{{#if IsValid}}
I want to know how I can use a negative if statement that would look like that:
if
it can be done in multiple ways.
1 use unless
unless
{{#unless IsValid}} {{/unless}}
2.use if else
if else
{{#if IsValid}} {{else}} {{/if}}
3.use not helper
not
{{#if (not IsValid)}} {{/if}}