Handlebars

Helpers

Rust’s Handlebars library has a range of built in helpers.

You can create an IF statement for multiple OR conditions using the or and eq helpers.


true + false = true



true + true = true



false + false = true

You can find a list of other available rust handlebars helpers here.