danharper / Handlebars-Helpers

A small collection of useful helpers for Handlebars.js
Do What The F*ck You Want To Public License
274 stars 55 forks source link

Enables use as non-block helpers #18

Open timwis opened 9 years ago

timwis commented 9 years ago

Resolves #10 and other chains, ie. {{#or (is foo "===" "bar") (is foo "===" "rab") }} xyz {{/or}}