Author: Alexandre Manhães Savio [email protected]
Date: 10.10.2023
Handlebars is a modern and extensible templating solution originally created in the JavaScript world. It’s used by many popular frameworks like Ember.js and Chaplin. It’s also ported to some other platforms such as Java.
Handlebars is a template rendering engine but lacks extensive filters and transformers for context data during rendering. Like many such libraries, Handlebars allows you to create custom operations, called 'helpers'.
Here I will write an instruction set on how to write custom helpers for handlebars-rust.