Handlebars Helper

Done:

• Added an “if condidion” allowing you to do more advanced checking that the existing “if-equals” allowed.

Example:

{{#if-condition this.available '>=' 1}}1{{else}}0{{/if-condition}}

Merge request reports

Loading