skit.define("library.controllers.FloatingBox:html", ["skit.thirdparty.handlebars:runtime"], function() { return ((function(Handlebars) {
var template = Handlebars.VM.template({"1":function(container,depth0,helpers,partials,data) {
return "dashboard/";
},"3":function(container,depth0,helpers,partials,data) {
var stack1, alias1=container.lambda, alias2=container.escapeExpression;
return "
\n "
+ alias2(alias1(((stack1 = ((stack1 = (depth0 != null ? depth0.user : depth0)) != null ? stack1.names : stack1)) != null ? stack1.first : stack1), depth0))
+ " \n \n \n";
},"4":function(container,depth0,helpers,partials,data) {
return " class=\"active\" ";
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
var stack1, helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function";
return "\n\n
\n\n
\n \n "
+ ((stack1 = ((helper = (helper = helpers.body || (depth0 != null ? depth0.body : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"body","hash":{},"data":data}) : helper))) != null ? stack1 : "")
+ "\n
\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)});