I am trying to accomplish a simple task in HBS, but I have hit a roadblock. How can I write a conditional statement for when the value is greater than 0?
{{#if value > 0}} {{/if}}
Additionally, does anyone have recommendations for a good HBS tutorial? Also, isn't PUG considered easier to use?