handlebars-helpers
Version:
Extensive collection of Handlebars helpers.
16 lines (11 loc) • 330 B
JavaScript
(function() {
var Handlebars;
Handlebars = require('handlebars');
module.exports = Handlebars.template(function(Handlebars, depth0, helpers, partials, data) {
var foundHelper, self;
helpers = helpers || Handlebars.helpers;
foundHelper = void 0;
self = this;
return 'A partial.';
});
}).call(this);