hyper.io-handlebars
Handlebars Template Middleware for Hyper.io
NPM
$ npm install hyper.io-handlebars
Use
var hyper = ;var handlebars = ; // add Handlebars, this is optional,// hyper.io will auto try to require the 'handlebars'// if it's not included in the middleware already; // load config and routesstart routes: view: "/hello" template: "hello {{ hello }} - {{ ts }}" method: { ; } ;