skit.define("library.controllers.Base:html", ["skit.thirdparty.handlebars:runtime"], function() { return ((function(Handlebars) {
var template = Handlebars.VM.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
var stack1, helper;
return ((stack1 = ((helper = (helper = helpers.childHtml || (depth0 != null ? depth0.childHtml : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"childHtml","hash":{},"data":data}) : helper))) != null ? stack1 : "")
+ "\n\n\n\n";
},"useData":true}, Handlebars);
var partials = {}; return function(context, opt_options) {
var options = opt_options || {};
options.partials = partials;
return template(context, options);
}
})).apply(this, arguments)});