skit.define("library.websites.WebsiteRenderer:page.html", ["skit.thirdparty.handlebars:runtime","library.websites.WebsiteRenderer:nav.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges.html","library.websites.WebsiteRenderer:footer.html"], function() { return ((function(Handlebars,__module___nav_html,__module___app_logo_html,__module___download_badges_html,__module___footer_html) { var template = Handlebars.VM.template({"1":function(container,depth0,helpers,partials,data) { return "style=\"padding:0;\""; },"3":function(container,depth0,helpers,partials,data) { var stack1, alias1=container.lambda, alias2=container.escapeExpression; return "
\n
\n " + ((stack1 = container.invokePartial(partials.__module___nav_html,depth0,{"name":"__module___nav_html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "") + "\n
\n
\n \n
\n
\n

" + ((stack1 = container.invokePartial(partials.__module___app_logo_html,depth0,{"name":"__module___app_logo_html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "") + "

\n

" + alias2(alias1(((stack1 = (depth0 != null ? depth0.website : depth0)) != null ? stack1.tagline : stack1), depth0)) + "

\n " + ((stack1 = container.invokePartial(partials.__module___download_badges_html,depth0,{"name":"__module___download_badges_html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "") + "
\n
\n
\n
\n"; },"5":function(container,depth0,helpers,partials,data) { return "style=\"padding:0; border: none\""; },"7":function(container,depth0,helpers,partials,data) { var stack1; return " " + ((stack1 = container.invokePartial(partials.__module___footer_html,depth0,{"name":"__module___footer_html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : ""); },"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}); return "
\n\n" + ((stack1 = helpers.unless.call(alias1,(depth0 != null ? depth0.contentOnly : depth0),{"name":"unless","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "") + "\n
\n
\n
\n
\n

" + container.escapeExpression(container.lambda(((stack1 = (depth0 != null ? depth0.page : depth0)) != null ? stack1.title : stack1), depth0)) + "

\n

" + ((stack1 = (helpers.markdown || (depth0 && depth0.markdown) || helpers.helperMissing).call(alias1,((stack1 = (depth0 != null ? depth0.page : depth0)) != null ? stack1.body : stack1),{"name":"markdown","hash":{},"data":data})) != null ? stack1 : "") + "

\n
\n
\n
\n
\n\n" + ((stack1 = helpers.unless.call(alias1,(depth0 != null ? depth0.contentOnly : depth0),{"name":"unless","hash":{},"fn":container.program(7, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "") + "\n
\n\n\n\n"; },"usePartial":true,"useData":true}, Handlebars); var partials = {"__module___nav_html": __module___nav_html,"__module___app_logo_html": __module___app_logo_html,"__module___download_badges_html": __module___download_badges_html,"__module___footer_html": __module___footer_html}; return function(context, opt_options) { var options = opt_options || {}; options.partials = partials; return template(context, options); } })).apply(this, arguments)});