//usage //template.hbs in partials folder -> {{> template}} reference of template var hbs = require('hbs'); hbs.registerPartials(__dirname + '/views/partials', function (err) {});