uiengine-adapter-handlebars
v0.15.0
Published
UIengine template adapter for Handlebars.
Downloads
4
Maintainers
Readme
UIengine template adapter for Handlebars
🚦 State: Proof of concept
Configuration
Plain and simple:
adapters:
hbs: uiengine-adapter-handlebars
With options:
adapters:
hbs:
module: uiengine-adapter-handlebars
options:
namespace: 'myapp'
Available options:
namespace
prefixes partials with the given namespace and a slash:myapp/component
In addition to that there is the option debug
for a more detailed output in case of rendering errors.