6 lines
280 B
JavaScript
6 lines
280 B
JavaScript
(function() {
|
|
var template = Handlebars.template, templates = CustomNamespace.templates = CustomNamespace.templates || {};
|
|
templates['empty'] = template({"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
return "";
|
|
},"useData":true});
|
|
})(); |