UNPKG

wintersmith-handlebars

Version:
8 lines (6 loc) 160 B
// example helper for handlebars // file name (minus the extension) will be the helper name module.exports = function(stuff) { console.log(stuff); return; }