UNPKG

rendr-handlebars

Version:

Glue handlebars templates into a Rendr app.

7 lines (6 loc) 140 B
module.exports = function(Handlebars) { return { 'my_test_template': function() {}, 'subdir/other_template': function() {} } };