skit.define("library.websites.WebsiteRenderer:footer.html", ["skit.thirdparty.handlebars:runtime"], function() { return ((function(Handlebars) {
var template = Handlebars.VM.template({"1":function(container,depth0,helpers,partials,data) {
return " Support\n";
},"3":function(container,depth0,helpers,partials,data) {
var stack1;
return ((stack1 = helpers["if"].call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? depth0.website : depth0)) != null ? stack1.supportLink : stack1),{"name":"if","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "");
},"4":function(container,depth0,helpers,partials,data) {
var stack1;
return " Support\n";
},"6":function(container,depth0,helpers,partials,data) {
var stack1;
return " Blog\n";
},"8":function(container,depth0,helpers,partials,data) {
var stack1;
return " Press\n";
},"10":function(container,depth0,helpers,partials,data) {
var stack1, alias1=container.lambda, alias2=container.escapeExpression;
return " "
+ alias2(alias1(((stack1 = (depth0 != null ? depth0.website : depth0)) != null ? stack1.customLinkLabel : stack1), depth0))
+ "\n";
},"12":function(container,depth0,helpers,partials,data) {
return " Terms\n";
},"14":function(container,depth0,helpers,partials,data) {
var stack1;
return ((stack1 = helpers["if"].call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? depth0.website : depth0)) != null ? stack1.termsLink : stack1),{"name":"if","hash":{},"fn":container.program(15, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "");
},"15":function(container,depth0,helpers,partials,data) {
var stack1;
return " Terms\n";
},"17":function(container,depth0,helpers,partials,data) {
return " Privacy Policy\n";
},"19":function(container,depth0,helpers,partials,data) {
var stack1;
return ((stack1 = helpers["if"].call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? depth0.website : depth0)) != null ? stack1.privacyLink : stack1),{"name":"if","hash":{},"fn":container.program(20, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "");
},"20":function(container,depth0,helpers,partials,data) {
var stack1;
return " Privacy Policy\n";
},"22":function(container,depth0,helpers,partials,data) {
var stack1;
return " \n";
},"24":function(container,depth0,helpers,partials,data) {
var stack1;
return " \n";
},"26":function(container,depth0,helpers,partials,data) {
var stack1;
return " \n";
},"28":function(container,depth0,helpers,partials,data) {
return " \n";
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {});
return " \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)});