you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago

It looks like this is a handlebars helper.

Handlebars is a temptating language.

I've never used handlebars but I'm guessing this is syntactic sugar for non-programmers. Like:

<div>{{if is-even myVariable}} it's even {{else}} it's odd {{endif}}</div>
  • source
  • parent