2812fe2775
This allows for metadata to be associated with the template and a simplification of the template init logic.
8 lines
366 B
JavaScript
8 lines
366 B
JavaScript
define(['handlebars.runtime'], function(Handlebars) {
|
|
Handlebars = Handlebars["default"]; var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
|
|
return templates['empty'] = template({"compiler":[4,">= 1.0.0"],"main":function(depth0,helpers,partials,data) {
|
|
var buffer = "";
|
|
return buffer;
|
|
},"useData":true});
|
|
});
|