If condition inside ember template

{{if}} handlebar doesn’t make comparisons between values, only check if a property is true/has_value or false/undefined.

1 Like