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.
You can find a list of other available rust handlebars helpers here.
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.
You can find a list of other available rust handlebars helpers here.