I am new to Node and Handlebars and asked the same question.
, , -c ( Node CommonJS) , ).
, (npm install handlebars -g), email-template.js ./email-template.hbs, :
handlebars ./email-template.hbs -f ./email-template.js -c handlebars/runtime
..., email-template.js
var Handlebars = require("handlebars/runtime"); var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
. app.js :
var Handlebars = require('handlebars/runtime');
var hbtemplate = require('./email-template.js');
var template = Handlebars.templates['email-template'];