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 not IsValid}}

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *