View on GitHub

Template.js

Require.js plugin to add Handlebars templates

Download this project as a .zip file Download this project as a tar.gz file

template.js

Require.js plugin to add Handlebars templates

Example

require(['template!mon_template.hdb'], function (myTemplate) {
// ...
    $el.html(myTemplate(myData);
// ...
});

Licence: MIT