I really like the handlebars template system, itâs straight to the point, efficient, and the added logic layer to mustache makes it practical for most scenarios. One limitation iâve found was that if block helpers canât actually evaluate an expression, it only tests if the passed value is already true or false, thereâs no evaluation of it. so this: {{#if unicorns == ponies }} That's amazing, unico
{{#tags}}- {{label}}
{{/tags}}