skit.define("public.Home:body.html", ["skit.thirdparty.handlebars:runtime","library.products.productgrid:html"], function() { return ((function(Handlebars,library_products_productgrid) {
var template = Handlebars.VM.template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
var stack1;
return "\n
\n
\n "
+ ((stack1 = container.invokePartial(partials.library_products_productgrid,depth0,{"name":"library_products_productgrid","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
+ "
\n
\n";
},"usePartial":true,"useData":true}, Handlebars);
var partials = {"library_products_productgrid": library_products_productgrid}; return function(context, opt_options) {
var options = opt_options || {};
options.partials = partials;
return template(context, options);
}
})).apply(this, arguments)});