How to register Helpers
deresegetachew opened this issue · 1 comments
deresegetachew commented
Hello;
How do i provide helpers to handlebars so that i can do things like == , >= in my template.?
thank you.
yads commented
See here https://github.com/ericf/express-handlebars#helpers then provide the express-handlebars instance as the viewEngine
to this plugin.