toner-handlebars
Version:
Use handlebars templating engine in toner
13 lines (9 loc) • 386 B
Markdown
#toner-handlebars
[](https://travis-ci.org/jsreport/toner-handlebars)
**Use [handlebars](http://handlebarsjs.com) templating engine in [toner](https://github.com/jsreport/toner)**
```bash
npm install toner-handlebars
```
```js
toner.engine("handlebars", require("toner-handlebars"));
```