Update API, Partials, Helpers
The primary API now uses Koa middleware to attach itself to the application:
app.use(hbs.middleware({
viewPath: __dirname + '/views'
}));
- Added support for synchronous helpers
- Added support for partials and directories of partials