Closed titusgahissy closed 8 years ago
nav.render
is a valid helper name, just need to register a helper with that name:
Handlebars hbs = ...
hbs.registerHelper("nav.render", new Helper() {
...
});
My bad. Thank you !
No problem.
Invite you to try http://jooby.org
I'd like to fork the project to be able to add namespace to helpers and do something like :
What'd be the steps to implement this feature ? Can you point me to the code to update ? Thank you.