Определить есть ли переменная и ее значение:
https://stackoverflow.com/questions/390 ... d-is-false
Код: Выделить всё
{{if Value}}
Value exists and is true
{{else typeof(Value) != "undefined" && Value === false}}
Value exists and is false
{{else}}
Value doesn't exist or isn't explicitly false
{{/if}}
https://stackoverflow.com/questions/390 ... d-is-false