skit.define("public.websites.WebsitesMarketing:js",["skit.platform.Controller:js","library.controllers.Marketing:js"],function(){return function(e,n){function t(){for(var e=0;e/g,">").replace(/"/g,""").replace(/'/g,"'")}function i(e){return e.replace(/&([#\w]+);/g,function(e,n){return n=n.toLowerCase(),"colon"===n?":":"#"===n.charAt(0)?"x"===n.charAt(1)?String.fromCharCode(parseInt(n.substring(2),16)):String.fromCharCode(+n.substring(1)):""})}function o(e,n){return e=e.source,n=n||"",function t(a,l){return a?(l=l.source||l,l=l.replace(/(^|[^\[])\^/g,"$1"),e=e.replace(a,l),t):new RegExp(e,n)}}function u(){}function c(e){for(var n,t,a=1;aAn error occured:

"+s(p.message+"",!0)+"
";throw p}}var p={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:u,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:u,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,blockquote:/^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,list:/^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:/^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/,def:/^ *\[([^\]]+)\]: *]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,table:u,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};p.bullet=/(?:[*+-]|\d+\.)/,p.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/,p.item=o(p.item,"gm")(/bull/g,p.bullet)(),p.list=o(p.list)(/bull/g,p.bullet)("hr","\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))")("def","\\n+(?="+p.def.source+")")(),p.blockquote=o(p.blockquote)("def",p.def)(),p._tag="(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b",p.html=o(p.html)("comment",//)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/])*?>/)(/tag/g,p._tag)(),p.paragraph=o(p.paragraph)("hr",p.hr)("heading",p.heading)("lheading",p.lheading)("blockquote",p.blockquote)("tag","<"+p._tag)("def",p.def)(),p.normal=c({},p),p.gfm=c({},p.normal,{fences:/^ *(`{3,}|~{3,})[ \.]*(\S+)? *\n([\s\S]*?)\s*\1 *(?:\n+|$)/,paragraph:/^/,heading:/^ *(#{1,6}) +([^\n]+?) *#* *(?:\n+|$)/}),p.gfm.paragraph=o(p.paragraph)("(?!","(?!"+p.gfm.fences.source.replace("\\1","\\2")+"|"+p.list.source.replace("\\1","\\3")+"|")(),p.tables=c({},p.gfm,{nptable:/^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,table:/^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/}),t.rules=p,t.lex=function(e,n){var a=new t(n);return a.lex(e)},t.prototype.lex=function(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n"),this.token(e,!0)},t.prototype.token=function(e,n,t){for(var a,l,r,s,i,o,u,c,d,e=e.replace(/^ +$/gm,"");e;)if((r=this.rules.newline.exec(e))&&(e=e.substring(r[0].length),r[0].length>1&&this.tokens.push({type:"space"})),r=this.rules.code.exec(e))e=e.substring(r[0].length),r=r[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",text:this.options.pedantic?r:r.replace(/\n+$/,"")});else if(r=this.rules.fences.exec(e))e=e.substring(r[0].length),this.tokens.push({type:"code",lang:r[2],text:r[3]||""});else if(r=this.rules.heading.exec(e))e=e.substring(r[0].length),this.tokens.push({type:"heading",depth:r[1].length,text:r[2]});else if(n&&(r=this.rules.nptable.exec(e))){for(e=e.substring(r[0].length),o={type:"table",header:r[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:r[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:r[3].replace(/\n$/,"").split("\n")},c=0;c ?/gm,""),this.token(r,n,!0),this.tokens.push({type:"blockquote_end"});else if(r=this.rules.list.exec(e)){for(e=e.substring(r[0].length),s=r[2],this.tokens.push({type:"list_start",ordered:s.length>1}),r=r[0].match(this.rules.item),a=!1,d=r.length,c=0;d>c;c++)o=r[c],u=o.length,o=o.replace(/^ *([*+-]|\d+\.) +/,""),~o.indexOf("\n ")&&(u-=o.length,o=this.options.pedantic?o.replace(/^ {1,4}/gm,""):o.replace(new RegExp("^ {1,"+u+"}","gm"),"")),this.options.smartLists&&c!==d-1&&(i=p.bullet.exec(r[c+1])[0],s===i||s.length>1&&i.length>1||(e=r.slice(c+1).join("\n")+e,c=d-1)),l=a||/\n\n(?!\s*$)/.test(o),c!==d-1&&(a="\n"===o.charAt(o.length-1),l||(l=a)),this.tokens.push({type:l?"loose_item_start":"list_item_start"}),this.token(o,!1,t),this.tokens.push({type:"list_item_end"});this.tokens.push({type:"list_end"})}else if(r=this.rules.html.exec(e))e=e.substring(r[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&("pre"===r[1]||"script"===r[1]||"style"===r[1]),text:r[0]});else if(!t&&n&&(r=this.rules.def.exec(e)))e=e.substring(r[0].length),this.tokens.links[r[1].toLowerCase()]={href:r[2],title:r[3]};else if(n&&(r=this.rules.table.exec(e))){for(e=e.substring(r[0].length),o={type:"table",header:r[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:r[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:r[3].replace(/(?: *\| *)?\n$/,"").split("\n")},c=0;c])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:u,tag:/^|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,link:/^!?\[(inside)\]\(href\)/,reflink:/^!?\[(inside)\]\s*\[([^\]]*)\]/,nolink:/^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,strong:/^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,em:/^\b_((?:[^_]|__)+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,code:/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,br:/^ {2,}\n(?!\s*$)/,del:u,text:/^[\s\S]+?(?=[\\?(?:\s+['"]([\s\S]*?)['"])?\s*/,h.link=o(h.link)("inside",h._inside)("href",h._href)(),h.reflink=o(h.reflink)("inside",h._inside)(),h.normal=c({},h),h.pedantic=c({},h.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/}),h.gfm=c({},h.normal,{escape:o(h.escape)("])","~|])")(),url:/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,del:/^~~(?=\S)([\s\S]*?\S)~~/,text:o(h.text)("]|","~]|")("|","|https?://|")()}),h.breaks=c({},h.gfm,{br:o(h.br)("{2,}","*")(),text:o(h.gfm.text)("{2,}","*")()}),a.rules=h,a.output=function(e,n,t){var l=new a(n,t);return l.output(e)},a.prototype.output=function(e){for(var n,t,a,l,r="";e;)if(l=this.rules.escape.exec(e))e=e.substring(l[0].length),r+=l[1];else if(l=this.rules.autolink.exec(e))e=e.substring(l[0].length),"@"===l[2]?(t=":"===l[1].charAt(6)?this.mangle(l[1].substring(7)):this.mangle(l[1]),a=this.mangle("mailto:")+t):(t=s(l[1]),a=t),r+=this.renderer.link(a,null,t);else if(this.inLink||!(l=this.rules.url.exec(e))){if(l=this.rules.tag.exec(e))!this.inLink&&/^/i.test(l[0])&&(this.inLink=!1),e=e.substring(l[0].length),r+=this.options.sanitize?this.options.sanitizer?this.options.sanitizer(l[0]):s(l[0]):l[0];else if(l=this.rules.link.exec(e))e=e.substring(l[0].length),this.inLink=!0,r+=this.outputLink(l,{href:l[2],title:l[3]}),this.inLink=!1;else if((l=this.rules.reflink.exec(e))||(l=this.rules.nolink.exec(e))){if(e=e.substring(l[0].length),n=(l[2]||l[1]).replace(/\s+/g," "),n=this.links[n.toLowerCase()],!n||!n.href){r+=l[0].charAt(0),e=l[0].substring(1)+e;continue}this.inLink=!0,r+=this.outputLink(l,n),this.inLink=!1}else if(l=this.rules.strong.exec(e))e=e.substring(l[0].length),r+=this.renderer.strong(this.output(l[2]||l[1]));else if(l=this.rules.em.exec(e))e=e.substring(l[0].length),r+=this.renderer.em(this.output(l[2]||l[1]));else if(l=this.rules.code.exec(e))e=e.substring(l[0].length),r+=this.renderer.codespan(s(l[2],!0));else if(l=this.rules.br.exec(e))e=e.substring(l[0].length),r+=this.renderer.br();else if(l=this.rules.del.exec(e))e=e.substring(l[0].length),r+=this.renderer.del(this.output(l[1]));else if(l=this.rules.text.exec(e))e=e.substring(l[0].length),r+=this.renderer.text(s(this.smartypants(l[0])));else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0))}else e=e.substring(l[0].length),t=s(l[1]),a=t,r+=this.renderer.link(a,null,t);return r},a.prototype.outputLink=function(e,n){var t=s(n.href),a=n.title?s(n.title):null;return"!"!==e[0].charAt(0)?this.renderer.link(t,a,this.output(e[1])):this.renderer.image(t,a,s(e[1]))},a.prototype.smartypants=function(e){return this.options.smartypants?e.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…"):e},a.prototype.mangle=function(e){if(!this.options.mangle)return e;for(var n,t="",a=e.length,l=0;a>l;l++)n=e.charCodeAt(l),Math.random()>.5&&(n="x"+n.toString(16)),t+="&#"+n+";";return t},l.prototype.code=function(e,n,t){if(this.options.highlight){var a=this.options.highlight(e,n);null!=a&&a!==e&&(t=!0,e=a)}return n?'
'+(t?e:s(e,!0))+"\n
\n":"
"+(t?e:s(e,!0))+"\n
"},l.prototype.blockquote=function(e){return"
\n"+e+"
\n"},l.prototype.html=function(e){return e},l.prototype.heading=function(e,n,t){return"'+e+"\n"},l.prototype.hr=function(){return this.options.xhtml?"
\n":"
\n"},l.prototype.list=function(e,n){var t=n?"ol":"ul";return"<"+t+">\n"+e+"\n"},l.prototype.listitem=function(e){return"
  • "+e+"
  • \n"},l.prototype.paragraph=function(e){return"

    "+e+"

    \n"},l.prototype.table=function(e,n){return"\n\n"+e+"\n\n"+n+"\n
    \n"},l.prototype.tablerow=function(e){return"\n"+e+"\n"},l.prototype.tablecell=function(e,n){var t=n.header?"th":"td",a=n.align?"<"+t+' style="text-align:'+n.align+'">':"<"+t+">";return a+e+"\n"},l.prototype.strong=function(e){return""+e+""},l.prototype.em=function(e){return""+e+""},l.prototype.codespan=function(e){return""+e+""},l.prototype.br=function(){return this.options.xhtml?"
    ":"
    "},l.prototype.del=function(e){return""+e+""},l.prototype.link=function(e,n,t){if(this.options.sanitize){try{var a=decodeURIComponent(i(e)).replace(/[^\w:]/g,"").toLowerCase()}catch(l){return""}if(0===a.indexOf("javascript:")||0===a.indexOf("vbscript:"))return""}var r='
    "},l.prototype.image=function(e,n,t){var a=''+t+'":">"},l.prototype.text=function(e){return e},r.parse=function(e,n,t){var a=new r(n,t);return a.parse(e)},r.prototype.parse=function(e){this.inline=new a(e.links,this.options,this.renderer),this.tokens=e.reverse();for(var n="";this.next();)n+=this.tok();return n},r.prototype.next=function(){return this.token=this.tokens.pop()},r.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0},r.prototype.parseText=function(){for(var e=this.token.text;"text"===this.peek().type;)e+="\n"+this.next().text;return this.inline.output(e)},r.prototype.tok=function(){switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,this.token.text);case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped);case"table":var e,n,t,a,l,r="",s="";for(t="",e=0;e= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{};return'\n"},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:meta.html",["skit.thirdparty.handlebars:runtime","library.websites.WebsiteRenderer:meta_styles.html"],function(){return function(e,n){var t=e.VM.template({1:function(e,n,t,a,l){var r;return'\n'},3:function(e,n,t,a,l){var r;return'\n'},5:function(e,n,t,a,l){return'\n'},7:function(e,n,t,a,l){return'\n'},9:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return'\n\n'},11:function(e,n,t,a,l){var r;return'\n\n'},12:function(e,n,t,a,l){var r;return e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.iosAffiliateId:r,n))},14:function(e,n,t,a,l){return"affiliate-data=1001l5Yq"},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{},i=e.lambda,o=e.escapeExpression;return'\n\n\n'+(null!=(r=t["if"].call(s,null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.icon:r)?r.url:r,{name:"if",hash:{},fn:e.program(1,l,0),inverse:e.noop,data:l}))?r:"")+'\n\n\n\n\n\n\n\n\n'+(null!=(r=t["if"].call(s,null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.icon:r)?r.url:r,{name:"if",hash:{},fn:e.program(3,l,0),inverse:e.noop,data:l}))?r:"")+'\n\n\n'+(null!=(r=t["if"].call(s,null!=(r=null!=n?n.website:n)?r.itunesId:r,{name:"if",hash:{},fn:e.program(5,l,0),inverse:e.program(7,l,0),data:l}))?r:"")+'\n\n\n\n\n\n\n\n'+(null!=(r=t["if"].call(s,null!=(r=null!=n?n.website:n)?r.playStoreId:r,{name:"if",hash:{},fn:e.program(9,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=t["if"].call(s,null!=(r=null!=n?n.website:n)?r.itunesId:r,{name:"if",hash:{},fn:e.program(11,l,0),inverse:e.noop,data:l}))?r:"")+'\n\n\n\n'+(null!=(r=e.invokePartial(a.__module___meta_styles_html,n,{name:"__module___meta_styles_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"\n"},usePartial:!0,useData:!0},e),a={__module___meta_styles_html:n};return function(e,n){var l=n||{};return l.partials=a,t(e,l)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:nav.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({1:function(e,n,t,a,l){return" invert-navbar"},3:function(e,n,t,a,l){return" invert-buttons"},5:function(e,n,t,a,l){return' \n'},7:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return' \n '+i(s(null!=(r=null!=n?n.website:n)?r.appName:r,n))+'\n \n'},9:function(e,n,t,a,l){return'
  • Download from App Store
  • \n'},11:function(e,n,t,a,l){return'
  • Download from Google Play
  • \n'},13:function(e,n,t,a,l){var r;return'
  • \n'+(null!=(r=(t.hasProFeature||n&&n.hasProFeature||t.helperMissing).call(null!=n?n:{},null!=n?n.website:n,null!=(r=null!=n?n.website:n)?r.waitingListLabel:r,{name:"hasProFeature",hash:{},fn:e.program(14,l,0),inverse:e.program(16,l,0),data:l}))?r:"")+"
  • \n"},14:function(e,n,t,a,l){var r;return" "+e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.waitingListLabel:r,n))+"\n"},16:function(e,n,t,a,l){return" Join Waiting List\n"},18:function(e,n,t,a,l){return'
  • Support
  • \n
  • Blog
  • \n
  • Login
  • \n'},20:function(e,n,t,a,l){var r,s=null!=n?n:{},i=t.helperMissing;return(null!=(r=t["if"].call(s,null!=(r=null!=n?n.website:n)?r.blogLink:r,{name:"if",hash:{},fn:e.program(21,l,0),inverse:e.noop,data:l}))?r:"")+(null!=(r=(t.hasProFeature||n&&n.hasProFeature||i).call(s,null!=n?n.website:n,null!=(r=null!=n?n.website:n)?r.support:r,{name:"hasProFeature",hash:{},fn:e.program(23,l,0),inverse:e.program(25,l,0),data:l}))?r:"")+(null!=(r=(t.hasProFeature||n&&n.hasProFeature||i).call(s,null!=n?n.website:n,null!=(r=null!=n?n.website:n)?r.customLink:r,{name:"hasProFeature",hash:{},fn:e.program(28,l,0),inverse:e.noop,data:l}))?r:"")+(null!=(r=t["if"].call(s,null!=(r=null!=n?n.website:n)?r.loginLink:r,{name:"if",hash:{},fn:e.program(30,l,0),inverse:e.noop,data:l}))?r:"")},21:function(e,n,t,a,l){var r;return'
  • Blog
  • \n'},23:function(e,n,t,a,l){return'
  • Support
  • \n'},25:function(e,n,t,a,l){var r;return null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=n?n.website:n)?r.supportLink:r,{name:"if",hash:{},fn:e.program(26,l,0),inverse:e.noop,data:l}))?r:""},26:function(e,n,t,a,l){var r;return'
  • Support
  • \n'},28:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return'
  • '+i(s(null!=(r=null!=n?n.website:n)?r.customLinkLabel:r,n))+"
  • \n"},30:function(e,n,t,a,l){var r;return'
  • Login
  • \n'},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{},i=t.helperMissing;return'"},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:carousel.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({1:function(e,n,t,a,l,r,s){var i;return' \n"},2:function(e,n,t,a,l,r,s){var i,o=null!=n?n:{},u=t.helperMissing,c=e.escapeExpression;return'
    \n Screenshot of '+c(e.lambda(null!=(i=null!=s[1]?s[1].website:s[1])?i.appName:i,n))+'\n
    \n'},3:function(e,n,t,a,l){return" active"},5:function(e,n,t,a,l){var r,s=e.escapeExpression;return' Screenshot of '+s(e.lambda(null!=(r=null!=n?n.website:n)?r.appName:r,n))+'\n'},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l,r,s){var i;return null!=(i=(t.ifGreater||n&&n.ifGreater||t.helperMissing).call(null!=n?n:{},null!=(i=null!=(i=null!=(i=null!=(i=null!=n?n.website:n)?i.images:i)?i.screenshots:i)?i.iPhone:i)?i.length:i,1,{name:"ifGreater",hash:{},fn:e.program(1,l,0,r,s),inverse:e.program(5,l,0,r,s),data:l}))?i:""},useData:!0,useDepths:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:app_logo.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({1:function(e,n,t,a,l){var r;return' \n'},3:function(e,n,t,a,l){var r;return" "+e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.appName:r,n))+"\n"},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r;return null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.logo:r,{name:"if",hash:{},fn:e.program(1,l,0),inverse:e.program(3,l,0),data:l}))?r:""},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:download_badges.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({1:function(e,n,t,a,l){return' \n \n \n'},3:function(e,n,t,a,l){return' \n \n \n'},5:function(e,n,t,a,l){var r;return' \n'+(null!=(r=(t.hasProFeature||n&&n.hasProFeature||t.helperMissing).call(null!=n?n:{},null!=n?n.website:n,null!=(r=null!=n?n.website:n)?r.waitingListLabel:r,{name:"hasProFeature",hash:{},fn:e.program(6,l,0),inverse:e.program(8,l,0),data:l}))?r:"")+" \n"},6:function(e,n,t,a,l){var r;return" "+e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.waitingListLabel:r,n))+"\n"},8:function(e,n,t,a,l){return" Join Waiting List\n"},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{},i=t.helperMissing;return(null!=(r=(t.ifShowPlatform||n&&n.ifShowPlatform||i).call(s,null!=n?n.website:n,"ios",{name:"ifShowPlatform",hash:{},fn:e.program(1,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifShowPlatform||n&&n.ifShowPlatform||i).call(s,null!=n?n.website:n,"android",{name:"ifShowPlatform",hash:{},fn:e.program(3,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifShowWaitingList||n&&n.ifShowWaitingList||i).call(s,null!=n?n.website:n,{name:"ifShowWaitingList",hash:{},fn:e.program(5,l,0),inverse:e.noop,data:l}))?r:"")},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:download_badges_white.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({1:function(e,n,t,a,l){return' \n \n \n \n \n'},3:function(e,n,t,a,l){return' \n \n \n \n \n'},5:function(e,n,t,a,l){var r;return' \n'+(null!=(r=(t.hasProFeature||n&&n.hasProFeature||t.helperMissing).call(null!=n?n:{},null!=n?n.website:n,null!=(r=null!=n?n.website:n)?r.waitingListLabel:r,{name:"hasProFeature",hash:{},fn:e.program(6,l,0),inverse:e.program(8,l,0),data:l}))?r:"")+" \n"},6:function(e,n,t,a,l){var r;return" "+e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.waitingListLabel:r,n))+"\n"},8:function(e,n,t,a,l){return" Join Waiting List\n"},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{},i=t.helperMissing;return(null!=(r=(t.ifShowPlatform||n&&n.ifShowPlatform||i).call(s,null!=n?n.website:n,"ios",{name:"ifShowPlatform",hash:{},fn:e.program(1,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifShowPlatform||n&&n.ifShowPlatform||i).call(s,null!=n?n.website:n,"android",{name:"ifShowPlatform",hash:{},fn:e.program(3,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifShowWaitingList||n&&n.ifShowWaitingList||i).call(s,null!=n?n.website:n,{name:"ifShowWaitingList",hash:{},fn:e.program(5,l,0),inverse:e.noop,data:l}))?r:"")},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:header.html",["skit.thirdparty.handlebars:runtime","library.websites.WebsiteRenderer:nav.html","library.websites.WebsiteRenderer:carousel.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges.html","library.websites.WebsiteRenderer:carousel.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges_white.html","library.websites.WebsiteRenderer:carousel.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges_white.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges.html","library.websites.WebsiteRenderer:carousel.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges.html","library.websites.WebsiteRenderer:carousel.html","library.websites.WebsiteRenderer:app_logo.html","library.websites.WebsiteRenderer:download_badges_white.html"],function(){return function(e,n,t,a,l,a,l,t,a,l,a,l,a,l,a,l,a,r,t,a,r,a,l,t,a,l,t,a,r){var s=e.VM.template({1:function(e,n,t,a,l){return'
    \n
    \n
    \n'},3:function(e,n,t,a,l){return'
    \n'},5:function(e,n,t,a,l){var r,s=null!=n?n:{};return'
    \n
    \n'+(null!=(r=t["if"].call(s,null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.screenshots:r)?r.iPhone:r,{name:"if",hash:{},fn:e.program(6,l,0),inverse:e.program(8,l,0),data:l}))?r:"")+'
    \n
    \n

    '+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"

    \n

    "+e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n"+(null!=(r=t["if"].call(s,null!=(r=null!=n?n.website:n)?r.shortDescription:r,{name:"if",hash:{},fn:e.program(10,l,0),inverse:e.program(12,l,0),data:l}))?r:"")+" "+(null!=(r=e.invokePartial(a.__module___download_badges_html,n,{name:"__module___download_badges_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"
    \n
    \n"},6:function(e,n,t,a,l){var r;return" "+(null!=(r=e.invokePartial(a.__module___carousel_html,n,{name:"__module___carousel_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")},8:function(e,n,t,a,l){var r;return' \n'},10:function(e,n,t,a,l){var r;return"

    "+e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.shortDescription:r,n))+"

    \n"},12:function(e,n,t,a,l){return"

    Donec imperdiet scelerisque pretium. Aliquam erat volutpat. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean a rutrum risus, et condimentum odio.

    \n"},14:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return'
    \n
    \n \n
    \n
    \n

    '+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"

    \n

    "+i(s(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n "+(null!=(r=e.invokePartial(a.__module___download_badges_html,n,{name:"__module___download_badges_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"
    \n
    \n"},16:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return'
    \n
    \n \n

    '+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"

    \n

    "+i(s(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n "+(null!=(r=e.invokePartial(a.__module___download_badges_html,n,{name:"__module___download_badges_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+'
    \n
    \n'+(null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.screenshots:r)?r.iPhone:r,{name:"if",hash:{},fn:e.program(17,l,0),inverse:e.program(19,l,0),data:l}))?r:"")+"
    \n
    \n"},17:function(e,n,t,a,l){var r;return' \n'},19:function(e,n,t,a,l){var r;return' \n'},21:function(e,n,t,a,l){var r;return'
    \n
    \n'+(null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.icon:r)?r.url:r,{name:"if",hash:{},fn:e.program(22,l,0),inverse:e.noop,data:l}))?r:"")+"

    "+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"

    \n

    "+e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n "+(null!=(r=e.invokePartial(a.__module___download_badges_html,n,{name:"__module___download_badges_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"
    \n
    \n"},22:function(e,n,t,a,l){var r;return' \n'},24:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression,o=null!=n?n:{};return'
    \n
    \n

    '+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+'

    \n
    \n
    \n
    \n
    \n

    '+i(s(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n"+(null!=(r=t["if"].call(o,null!=(r=null!=n?n.website:n)?r.shortDescription:r,{name:"if",hash:{},fn:e.program(10,l,0),inverse:e.program(12,l,0),data:l}))?r:"")+" "+(null!=(r=e.invokePartial(a.__module___download_badges_white_html,n,{name:"__module___download_badges_white_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+'
    \n
    \n'+(null!=(r=t["if"].call(o,null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.screenshots:r)?r.iPhone:r,{name:"if",hash:{},fn:e.program(6,l,0),inverse:e.program(8,l,0),data:l}))?r:"")+"
    \n
    \n"},26:function(e,n,t,a,l){var r;return'
    \n
    \n'+(null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.icon:r)?r.url:r,{name:"if",hash:{},fn:e.program(22,l,0),inverse:e.noop,data:l}))?r:"")+"

    "+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"

    \n

    "+e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n "+(null!=(r=e.invokePartial(a.__module___download_badges_white_html,n,{name:"__module___download_badges_white_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"
    \n
    \n"},28:function(e,n,t,a,l){var r,s=e.escapeExpression,i=null!=n?n:{};return'
    \n
    \n

    '+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+'

    \n
    \n
    \n
    \n
    \n
    \n

    '+s(e.lambda(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n"+(null!=(r=t["if"].call(i,null!=(r=null!=n?n.website:n)?r.shortDescription:r,{name:"if",hash:{},fn:e.program(10,l,0),inverse:e.program(12,l,0),data:l}))?r:"")+" "+(null!=(r=e.invokePartial(a.__module___download_badges_html,n,{name:"__module___download_badges_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+'
    \n
    \n \n
    \n
    \n'},30:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return'
    \n
    \n
    \n'+(null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.screenshots:r)?r.iPhone:r,{name:"if",hash:{},fn:e.program(6,l,0),inverse:e.program(31,l,0),data:l}))?r:"")+'
    \n
    \n
    \n
    \n \n\n

    '+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"

    \n

    "+i(s(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n "+(null!=(r=e.invokePartial(a.__module___download_badges_html,n,{name:"__module___download_badges_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"
    \n
    \n
    \n"},31:function(e,n,t,a,l){var r;return' \n'},33:function(e,n,t,a,l){var r,s=null!=n?n:{};return'
    \n
    \n
    \n'+(null!=(r=t["if"].call(s,null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.screenshots:r)?r.iPhone:r,{name:"if",hash:{},fn:e.program(6,l,0),inverse:e.program(31,l,0),data:l}))?r:"")+'
    \n
    \n

    '+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"

    \n

    "+e.escapeExpression(e.lambda(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n"+(null!=(r=t["if"].call(s,null!=(r=null!=n?n.website:n)?r.shortDescription:r,{name:"if",hash:{},fn:e.program(10,l,0),inverse:e.program(12,l,0),data:l}))?r:"")+" "+(null!=(r=e.invokePartial(a.__module___download_badges_white_html,n,{name:"__module___download_badges_white_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"
    \n
    \n"},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{},i=t.helperMissing;return'
    \n'+(null!=(r=t["if"].call(s,null!=(r=null!=n?n.template:n)?r.blurredCover:r,{name:"if",hash:{},fn:e.program(1,l,0),inverse:e.noop,data:l}))?r:"")+(null!=(r=t["if"].call(s,null!=(r=null!=n?n.template:n)?r.bottomShadow:r,{name:"if",hash:{},fn:e.program(3,l,0),inverse:e.noop,data:l}))?r:"")+'
    \n '+(null!=(r=e.invokePartial(a.__module___nav_html,n,{name:"__module___nav_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"1",{name:"ifEqual",hash:{},fn:e.program(5,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"2",{name:"ifEqual",hash:{},fn:e.program(14,l,0),inverse:e.noop,data:l}))?r:"")+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"1color",{name:"ifEqual",hash:{},fn:e.program(5,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"2color",{name:"ifEqual",hash:{},fn:e.program(14,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"3",{name:"ifEqual",hash:{},fn:e.program(16,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"4",{name:"ifEqual",hash:{},fn:e.program(21,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"5",{name:"ifEqual",hash:{},fn:e.program(24,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"6",{name:"ifEqual",hash:{},fn:e.program(26,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"7",{name:"ifEqual",hash:{},fn:e.program(28,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"8",{name:"ifEqual",hash:{},fn:e.program(30,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=(t.ifEqual||n&&n.ifEqual||i).call(s,null!=(r=null!=n?n.template:n)?r.id:r,"9",{name:"ifEqual",hash:{},fn:e.program(33,l,0),inverse:e.noop,data:l}))?r:"")+"\n
    \n
    \n"},usePartial:!0,useData:!0},e),i={__module___nav_html:n,__module___carousel_html:t,__module___app_logo_html:a,__module___download_badges_html:l,__module___app_logo_html:a,__module___download_badges_html:l,__module___carousel_html:t,__module___app_logo_html:a,__module___download_badges_html:l,__module___app_logo_html:a,__module___download_badges_html:l,__module___app_logo_html:a,__module___download_badges_html:l,__module___app_logo_html:a,__module___download_badges_html:l,__module___app_logo_html:a,__module___download_badges_white_html:r,__module___carousel_html:t,__module___app_logo_html:a,__module___download_badges_white_html:r,__module___app_logo_html:a,__module___download_badges_html:l,__module___carousel_html:t,__module___app_logo_html:a,__module___download_badges_html:l,__module___carousel_html:t,__module___app_logo_html:a,__module___download_badges_white_html:r};return function(e,n){var t=n||{};return t.partials=i,s(e,t)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:gallery.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({1:function(e,n,t,a,l){var r;return' \n"},2:function(e,n,t,a,l){var r;return' \n'},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r;return null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.screenshots:r)?r.iPhone:r,{name:"if",hash:{},fn:e.program(1,l,0),inverse:e.noop,data:l}))?r:""},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:description.html",["skit.thirdparty.handlebars:runtime","library.websites.WebsiteRenderer:carousel.html","library.websites.WebsiteRenderer:download_badges_white.html"],function(){return function(e,n,t){var a=e.VM.template({1:function(e,n,t,a,l){var r;return" "+(null!=(r=e.invokePartial(a.__module___carousel_html,n,{name:"__module___carousel_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")},3:function(e,n,t,a,l){var r;return' \n'},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{};return'
    \n
    \n
    \n
    \n'+(null!=(r=t["if"].call(s,null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.screenshots:r)?r.iPhone:r,{name:"if",hash:{},fn:e.program(1,l,0),inverse:e.program(3,l,0),data:l}))?r:"")+'
    \n
    \n

    '+e.escapeExpression((t.brBodyText||n&&n.brBodyText||t.helperMissing).call(s,null!=(r=null!=n?n.website:n)?r.longDescription:r,{name:"brBodyText",hash:{},data:l}))+"

    \n "+(null!=(r=e.invokePartial(a.__module___download_badges_white_html,n,{name:"__module___download_badges_white_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"
    \n
    \n
    \n
    "},usePartial:!0,useData:!0},e),l={__module___carousel_html:n,__module___download_badges_white_html:t};return function(e,n){var t=n||{};return t.partials=l,a(e,t)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:footer.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({1:function(e,n,t,a,l){return' Support\n'},3:function(e,n,t,a,l){var r;return null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=n?n.website:n)?r.supportLink:r,{name:"if",hash:{},fn:e.program(4,l,0),inverse:e.noop,data:l}))?r:""},4:function(e,n,t,a,l){var r;return' Support\n'},6:function(e,n,t,a,l){var r;return' Blog\n'},8:function(e,n,t,a,l){var r;return' Press\n'},10:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return' '+i(s(null!=(r=null!=n?n.website:n)?r.customLinkLabel:r,n))+"\n"},12:function(e,n,t,a,l){return' Terms\n'},14:function(e,n,t,a,l){var r;return null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=n?n.website:n)?r.termsLink:r,{name:"if",hash:{},fn:e.program(15,l,0),inverse:e.noop,data:l}))?r:""},15:function(e,n,t,a,l){var r;return' Terms\n'},17:function(e,n,t,a,l){return' Privacy Policy\n'},19:function(e,n,t,a,l){var r;return null!=(r=t["if"].call(null!=n?n:{},null!=(r=null!=n?n.website:n)?r.privacyLink:r,{name:"if",hash:{},fn:e.program(20,l,0),inverse:e.noop,data:l}))?r:""},20:function(e,n,t,a,l){var r;return' Privacy Policy\n'},22:function(e,n,t,a,l){var r;return' \n'},24:function(e,n,t,a,l){var r;return' \n'},26:function(e,n,t,a,l){var r;return' \n'},28:function(e,n,t,a,l){return' Mobile Analytics\n'},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{},i=t.helperMissing;return'
    \n
    \n \n
    \n
    \n"},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:html",["skit.thirdparty.handlebars:runtime","library.websites.WebsiteRenderer:header.html","library.websites.WebsiteRenderer:gallery.html","library.websites.WebsiteRenderer:description.html","library.websites.WebsiteRenderer:footer.html"],function(){return function(e,n,t,a,l){var r=e.VM.template({1:function(e,n,t,a,l){return"full-screen"},3:function(e,n,t,a,l){return"centered"},5:function(e,n,t,a,l){var r;return" "+(null!=(r=e.invokePartial(a.__module___gallery_html,n,{name:"__module___gallery_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")},7:function(e,n,t,a,l){var r;return" "+(null!=(r=e.invokePartial(a.__module___description_html,n,{name:"__module___description_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{};return'
    \n\n '+(null!=(r=e.invokePartial(a.__module___header_html,n,{name:"__module___header_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"\n"+(null!=(r=t["if"].call(s,null!=(r=null!=(r=null!=n?n.template:n)?r.sections:r)?r.gallery:r,{name:"if",hash:{},fn:e.program(5,l,0),inverse:e.noop,data:l}))?r:"")+"\n"+(null!=(r=t["if"].call(s,null!=(r=null!=(r=null!=n?n.template:n)?r.sections:r)?r.description:r,{name:"if",hash:{},fn:e.program(7,l,0),inverse:e.noop,data:l}))?r:"")+"\n "+(null!=(r=e.invokePartial(a.__module___footer_html,n,{name:"__module___footer_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+'\n
    \n\n\n\n'},usePartial:!0,useData:!0},e),s={__module___header_html:n,__module___gallery_html:t,__module___description_html:a,__module___footer_html:l};return function(e,n){var t=n||{};return t.partials=s,r(e,t)}}.apply(this,arguments)}),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(e,n,t,a,l){var r=e.VM.template({1:function(e,n,t,a,l){return'style="padding:0;"'},3:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return'
    \n
    \n '+(null!=(r=e.invokePartial(a.__module___nav_html,n,{name:"__module___nav_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+'\n
    \n
    \n \n
    \n
    \n

    '+(null!=(r=e.invokePartial(a.__module___app_logo_html,n,{name:"__module___app_logo_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"

    \n

    "+i(s(null!=(r=null!=n?n.website:n)?r.tagline:r,n))+"

    \n "+(null!=(r=e.invokePartial(a.__module___download_badges_html,n,{name:"__module___download_badges_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"
    \n
    \n
    \n
    \n"},5:function(e,n,t,a,l){return'style="padding:0; border: none"'},7:function(e,n,t,a,l){var r;return" "+(null!=(r=e.invokePartial(a.__module___footer_html,n,{name:"__module___footer_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{};return'
    \n\n"+(null!=(r=t.unless.call(s,null!=n?n.contentOnly:n,{name:"unless",hash:{},fn:e.program(3,l,0),inverse:e.noop,data:l}))?r:"")+'\n
    \n
    \n
    \n
    \n

    '+e.escapeExpression(e.lambda(null!=(r=null!=n?n.page:n)?r.title:r,n))+'

    \n

    '+(null!=(r=(t.markdown||n&&n.markdown||t.helperMissing).call(s,null!=(r=null!=n?n.page:n)?r.body:r,{name:"markdown",hash:{},data:l}))?r:"")+"

    \n
    \n
    \n
    \n
    \n\n"+(null!=(r=t.unless.call(s,null!=n?n.contentOnly:n,{name:"unless",hash:{},fn:e.program(7,l,0),inverse:e.noop,data:l}))?r:"")+'\n
    \n\n\n\n'},usePartial:!0,useData:!0},e),s={__module___nav_html:n,__module___app_logo_html:t,__module___download_badges_html:a,__module___footer_html:l};return function(e,n){var t=n||{};return t.partials=s,r(e,t)}}.apply(this,arguments)}),skit.define("library.websites.WebsiteRenderer:js",["skit.browser.dom:js","skit.platform.iter:js","skit.platform.navigation:js","skit.platform.urls:js","skit.thirdparty.handlebars:runtime","library.api.LKAPIClient:js","library.misc.bootstrap:css","library.misc.fontawesome:css","library.misc.useragent:js","library.websites.templates:js","third_party.marked:js","library.websites.WebsiteRenderer:meta.html","library.websites.WebsiteRenderer:html","library.websites.WebsiteRenderer:page.html"],function(){return function(e,n,t,a,l,r,s,i,o,u,c,d,p,h){function m(){for(var e=0;e0){var a=t.path.split(e.id),l=a[0];return l+e.id+"/"+n}return"/"+n}),r.prototype.title=function(){var e=this.website.appName+" - ";return e+=this.page?this.page.title:this.website.tagline},r.prototype.meta=function(){return y({website:this.website})},r.prototype.body=function(){return this.page?x({website:this.website,template:this.template,contentOnly:this.contentOnly,page:this.page}):k({website:this.website,template:this.template})},r.prototype.renderInIframe=function(e){var n=e.element||e,t=n.contentWindow.document,a=i.map(s.get("head").find("link[rel=stylesheet]"),function(e){return e.element.getAttribute("href")}),l=g.Utils.escapeExpression;t.open(),t.write(""),i.forEach(a,function(e){t.write('')}),t.write(this.meta()),t.write(""),t.write(this.body()),t.write(""),t.close()},b.exports=r}();return g||f||b.exports}.apply(this,arguments)}),skit.define("public.websites.__id__.WebsitePublic:js",["skit.platform.Controller:js","skit.platform.navigation:js","skit.platform.urls:js","library.api.LKAPIClient:js","library.websites.WebsiteRenderer:js","library.misc.templatehelpers:js"],function(){return function(e,n,t,a,l,r){function s(){for(var e=0;e\n
    \n
    \n \n
    \n \n
    \n \n'},2:function(e,n,t,a,l){var r,s=null!=n?n:{},i=t.helperMissing,o="function",u=e.escapeExpression;return' \n \n Upgrade to Pro\n \n'},4:function(e,n,t,a,l){return'
    \n
    \n

    You haven\'t created any websites yet! Click below to create your first.

    \n

    Create Website

    \n
    \n
    \n'},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r;return'
    \n
    \n Create New Website\n

    App Websites

    \n
    \n
    \n\n\n
    \n'+(null!=(r=t.each.call(null!=n?n:{},null!=n?n.websites:n,{name:"each",hash:{},fn:e.program(1,l,0),inverse:e.program(4,l,0),data:l}))?r:"")+"
    \n"},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("public.websites.dashboard.WebsitesDashboard:js",["skit.browser.dom:js","skit.platform.Controller:js","skit.platform.iter:js","skit.platform.navigation:js","skit.thirdparty.handlebars:runtime","library.api.LKAPIClient:js","library.controllers.Dashboard:js","library.websites.WebsiteRenderer:js","library.products.dashboardintro:html","library.overlays.UpgradeOverlay:js","public.websites.dashboard.WebsitesDashboard:html"],function(){return function(e,n,t,a,l,r,s,i,o,u,c){function d(){for(var e=0;e= 4.0.0"],main:function(e,n,t,a,l){var r,s,i=null!=n?n:{},o=t.helperMissing,u="function",c=e.escapeExpression,d=e.lambda;return'
  • \n \n \n '+c((s=null!=(s=t.name||(null!=n?n.name:n))?s:o,typeof s===u?s.call(i,{name:"name",hash:{},data:l}):s))+'\n '+c(d(null!=(r=null!=n?n.developer:n)?r.name:r,n))+'\n \n \n
  • \n'},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("public.websites.onboard.WebsitesOnboard:start.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({1:function(e,n,t,a,l){var r,s=null!=n?n:{},i=t.helperMissing,o="function",u=e.escapeExpression;return' \n"},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r;return'
    \n
    \n

    Find Your App

    \n

    If your app is in the App Store, enter the app name below.

    \n
    \n
    \n\n
    \n\n
    \n
    \n
    \n \n \n
    Pick the main country your app is listed in
    \n
    \n
    \n
    \n
    \n \n \n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n
    \n\n
    \n
      \n
      \n\n
      \n'},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("public.websites.onboard.WebsitesOnboard:js",["skit.browser.dom:js","skit.platform.Controller:js","skit.platform.navigation:js","skit.platform.iter:js","skit.platform.util:js","library.api.LKAPIClient:js","library.controllers.Dashboard:js","library.overlays.ButtonOverlay:js","library.overlays.AmbiguousProgressOverlay:js","library.misc.itunessearch:js","library.misc.scripts:js","library.products.navitem:html","public.websites.onboard.WebsitesOnboard:result.html","public.websites.onboard.WebsitesOnboard:start.html"],function(){return function(e,n,t,a,l,r,s,i,o,u,c,d,p,h){function m(){for(var e=0;eb;b+=a)r=4*b,s=p[r+0],i=p[r+1],o=p[r+2],u=p[r+3],u>=125&&(s>250&&i>250&&o>250||m.push([s,i,o]));var f=l.quantize(m,t),g=f.palette();return c.removeCanvas(),g},!a)var a={map:function(e,n){var t={};return n?e.map(function(e,a){return t.index=a,n.call(t,e)}):e.slice()},naturalOrder:function(e,n){return n>e?-1:e>n?1:0},sum:function(e,n){var t={};return e.reduce(n?function(e,a,l){return t.index=l,e+n.call(t,a)}:function(e,n){return e+n},0)},max:function(e,n){return Math.max.apply(null,n?a.map(e,n):e)}};var l=function(){function e(e,n,t){return(e<<2*u)+(n<>c,l=n[1]>>c,r=n[2]>>c,t=e(a,l,r),i[t]=(i[t]||0)+1}),i}function s(e,n){var a,l,r,s=1e6,i=0,o=1e6,u=0,d=1e6,p=0;return e.forEach(function(e){a=e[0]>>c,l=e[1]>>c,r=e[2]>>c,s>a?s=a:a>i&&(i=a),o>l?o=l:l>u&&(u=l),d>r?d=r:r>p&&(p=r)}),new t(s,i,o,u,d,p,n)}function i(n,t){function l(e){var n,a,l,r,s,i=e+"1",o=e+"2",c=0;for(u=t[i];u<=t[o];u++)if(b[u]>m/2){for(l=t.copy(),r=t.copy(),n=u-t[i],a=t[o]-u,s=a>=n?Math.min(t[o]-1,~~(u+a/2)):Math.max(t[i],~~(u-1-n/2));!b[s];)s++;for(c=f[s];!c&&b[s-1];)c=f[--s];return l[o]=s,r[i]=l[o]+1,[l,r]}}if(t.count()){var r=t.r2-t.r1+1,s=t.g2-t.g1+1,i=t.b2-t.b1+1,o=a.max([r,s,i]);if(1==t.count())return[t.copy()];var u,c,d,p,h,m=0,b=[],f=[];if(o==r)for(u=t.r1;u<=t.r2;u++){for(p=0,c=t.g1;c<=t.g2;c++)for(d=t.b1;d<=t.b2;d++)h=e(u,c,d),p+=n[h]||0;m+=p,b[u]=m}else if(o==s)for(u=t.g1;u<=t.g2;u++){for(p=0,c=t.r1;c<=t.r2;c++)for(d=t.b1;d<=t.b2;d++)h=e(c,u,d),p+=n[h]||0;m+=p,b[u]=m}else for(u=t.b1;u<=t.b2;u++){for(p=0,c=t.r1;c<=t.r2;c++)for(d=t.g1;d<=t.g2;d++)h=e(c,d,u),p+=n[h]||0;m+=p,b[u]=m}return b.forEach(function(e,n){f[n]=m-e}),l(o==r?"r":o==s?"g":"b")}}function o(e,t){function o(e,n){for(var t,a=1,l=0;d>l;)if(t=e.pop(),t.count()){var r=i(u,t),s=r[0],o=r[1];if(!s)return;if(e.push(s),o&&(e.push(o),a++),a>=n)return;if(l++>d)return}else e.push(t),l++}if(!e.length||2>t||t>256)return!1;var u=r(e),c=0;u.forEach(function(){c++});var h=s(e,u),m=new n(function(e,n){return a.naturalOrder(e.count(),n.count())});m.push(h),o(m,p*t);for(var b=new n(function(e,n){return a.naturalOrder(e.count()*e.volume(),n.count()*n.volume())});m.size();)b.push(m.pop());o(b,t-b.size());for(var f=new l;b.size();)f.push(b.pop());return f}var u=5,c=8-u,d=1e3,p=.75;return t.prototype={volume:function(e){var n=this;return(!n._volume||e)&&(n._volume=(n.r2-n.r1+1)*(n.g2-n.g1+1)*(n.b2-n.b1+1)),n._volume},count:function(n){var t=this,a=t.histo;if(!t._count_set||n){var l,r,s,i=0;for(l=t.r1;l<=t.r2;l++)for(r=t.g1;r<=t.g2;r++)for(s=t.b1;s<=t.b2;s++)index=e(l,r,s),i+=a[index]||0;t._count=i,t._count_set=!0}return t._count},copy:function(){var e=this;return new t(e.r1,e.r2,e.g1,e.g2,e.b1,e.b2,e.histo)},avg:function(n){var t=this,a=t.histo;if(!t._avg||n){var l,r,s,i,o,c=0,d=1<<8-u,p=0,h=0,m=0;for(r=t.r1;r<=t.r2;r++)for(s=t.g1;s<=t.g2;s++)for(i=t.b1;i<=t.b2;i++)o=e(r,s,i),l=a[o]||0,c+=l,p+=l*(r+.5)*d,h+=l*(s+.5)*d,m+=l*(i+.5)*d;c?t._avg=[~~(p/c),~~(h/c),~~(m/c)]:t._avg=[~~(d*(t.r1+t.r2+1)/2),~~(d*(t.g1+t.g2+1)/2),~~(d*(t.b1+t.b2+1)/2)]}return t._avg},contains:function(e){var n=this,t=e[0]>>c;return gval=e[1]>>c,bval=e[2]>>c,t>=n.r1&&t<=n.r2&&gval>=n.g1&&gval<=n.g2&&bval>=n.b1&&bval<=n.b2}},l.prototype={push:function(e){this.vboxes.push({vbox:e,color:e.avg()})},palette:function(){return this.vboxes.map(function(e){return e.color})},size:function(){return this.vboxes.size()},map:function(e){for(var n=this.vboxes,t=0;tt||void 0===n)&&(n=t,a=l.peek(r).color);return a},forcebw:function(){var e=this.vboxes;e.sort(function(e,n){return a.naturalOrder(a.sum(e.color),a.sum(n.color))});var n=e[0].color;n[0]<5&&n[1]<5&&n[2]<5&&(e[0].color=[0,0,0]);var t=e.length-1,l=e[t].color;l[0]>251&&l[1]>251&&l[2]>251&&(e[t].color=[255,255,255])}},{quantize:o}}();n.exports=t}();return a||t||n.exports}.apply(this,arguments)}),skit.define("public.websites.onboard.confirm.WebsiteConfirm:html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return'
      \n
      \n

      Confirm App Info

      \n

      \n Edit below to set up your app website.\n

      \n
      \n
      \n\n
      \n
      \n
      \n
      \n
      \n\n
      \n\n
      \n \n
      \n \n
      \n
      \n\n
      \n \n
      \n \n
      \n
      \n\n
      \n \n
      \n \n
      This is used in your site\'s <META> description, as well as the description in Twitter and Facebook share tags.
      \n
      \n
      \n\n\n
      \n \n
      \n
      \n  \n \n
      \n
      This will be used for backgrounds and links.
      \n
      \n
      \n
      \n
      \n
      \n \n Cancel\n \n \n
      \n
      \n
      \n
      \n
      \n
      \n
      \n'},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("public.websites.onboard.confirm.WebsiteConfirm:js",["skit.browser.dom:js","skit.platform.Controller:js","skit.platform.iter:js","skit.platform.navigation:js","skit.platform.object:js","skit.platform.util:js","skit.platform.urls:js","library.api.LKAPIClient:js","library.controllers.Dashboard:js","library.overlays.ButtonOverlay:js","library.misc.colors:js","library.screenshots.fonts:js","library.screenshots.uploadui:js","third_party.ColorThief:js","public.websites.onboard.confirm.WebsiteConfirm:html"],function(){return function(e,n,t,a,l,r,s,i,o,u,c,d,p,h,m){function b(){for(var e=0;e0&&f.forEach(n,function(e){e.removeClass("has-error")});var t=this.$form.serializeForm();if(t.primary_color){var a=E.humanInputToHex(t.primary_color);if(!a)return void this.showErrors({primary_color:["Enter a valid value."]});t.primary_color=a}var l=v.copy(t);l.itunesId=this.itunesId,l.country=this.country,g.navigate(w.appendParams("/websites/dashboard/example/templates/",l))}})}();return v||g||f.exports}.apply(this,arguments)}),skit.define("public.websites.dashboard.__id__.edit.WebsiteEdit:app_info.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({1:function(e,n,t,a,l){return'requires-pro" data-action="requires-pro"'},3:function(e,n,t,a,l){return"disabled"},5:function(e,n,t,a,l){return'requires-pro" data-action="requires-pro'},7:function(e,n,t,a,l){return'requires-pro" data-upgradeclick="Your Domain" data-action="requires-pro"'},9:function(e,n,t,a,l){return'

      In order for other people to see your website, you\'ll need to set up a custom domain name. Read instructions here. Once you set things up, please remember that it can take up to 24 hours for your domain to activate.

      \n'},11:function(e,n,t,a,l){return"hidden"},13:function(e,n,t,a,l){return' \n'},15:function(e,n,t,a,l){return' \n'},17:function(e,n,t,a,l){return" disabled"},19:function(e,n,t,a,l){return" selected"},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression,o=null!=n?n:{};return'
      \n\n
      \n\n
      \n

      App Info

      \n
      \n\n
      \n
      \n \n \n
      \n\n
      \n \n \n
      \n\n
      \n \n \n
      This is used in your site\'s <META> description, as well as the description in Twitter and Facebook share tags.
      \n
      \n\n
      \n \n \n
      These are the keywords search engines will see to index your website.
      \n
      \n
      \n\n
      \n
      \n \n \n
      \n
      \n\n
      \n\n\n\n
      \n\n
      \n

      App Stores

      \n
      \n\n
      \n\n
      \n \n \n
      \n\n
      \n
      \n
      \n \n \n \n
      \n
      \n
      \n
      \n \n \n \n
      \n
      \n
      \n
      \n\n
      \n
      \n \n \n
      \n\n
      \n
      \n\n
      \n
      \n

      Unreleased Apps

      \n

      If your app is not available anywhere yet, you can display a waiting list button to collect interested user information. This will only show up if you have not added any information in the App Stores section above.

      \n
      \n
      \n
      \n \n \n
      Add the URL here to a form where you can capture user info, such as Google Forms.
      \n
      \n
      \n
      \n
      \n \n \n
      "Join Waiting List" by default.
      \n
      \n
      \n\n
      \n\n
      \n\n
      \n

      Website Settings

      \n
      \n
      \n
      \n"+(null!=(r=t.unless.call(o,null!=(r=null!=n?n.website:n)?r.domain:r,{name:"unless",hash:{},fn:e.program(9,l,0),inverse:e.noop,data:l}))?r:"")+'\n \n \n
      \n \n \n \n
      \n
      \n\n
      \n \n \n \n
      \n\n
      \n\n
      \n
      \n \n
      \n \n
      \n
      Removes "Website by LaunchKit" in website footer.
      \n
      \n
      \n\n
      \n\n
      \n\n
      \n

      Links

      \n

      Links can be added to external websites for information that isn\'t included on your LaunchKit website.

      \n
      \n\n
      \n\n
      \n \n \n
      \n\n
      \n \n \n
      If there\'s a place for users to log into your website, add the link here.
      \n
      \n\n
      \n \n \n
      If you have a press kit, or list of previous press, add it here.
      \n
      \n\n
      \n
      \n\n
      \n \n
      \n \n \n
      \n
      \n\n
      \n
      \n \n \n
      \n
      \n\n
      \n
      \n \n \n
      \n
      \n\n
      \n
      \n
      \n \n \n
      \n
      \n
      \n
      \n \n \n
      \n
      \n
      \n\n
      \n
      \n\n
      \n\n
      \n

      Widgets

      \n
      \n
      \n
      \n \n \n
      \n
      \n
      \n
      \n"},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("public.websites.dashboard.__id__.edit.WebsiteEdit:screenshot.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{},i=t.helperMissing,o="function",u=e.escapeExpression;return'
      \n \n \n \n \n
      '},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("public.websites.dashboard.__id__.edit.WebsiteEdit:styles.html",["skit.thirdparty.handlebars:runtime","library.uploads.DragOrChoose:html","library.uploads.DragOrChoose:html","library.uploads.DragOrChoose:html","public.websites.dashboard.__id__.edit.WebsiteEdit:screenshot.html","library.uploads.DragOrChoose:html","library.uploads.DragOrChoose:html"],function(){return function(e,n,n,n,t,n,n){var a=e.VM.template({1:function(e,n,t,a,l,r,s){var i,o,u=null!=n?n:{},c=t.helperMissing,d="function",p=e.escapeExpression;return' \n"},2:function(e,n,t,a,l){return" selected"},4:function(e,n,t,a,l){return'requires-pro" data-action="requires-pro"'},6:function(e,n,t,a,l){return"disabled"},8:function(e,n,t,a,l){return"hidden"},10:function(e,n,t,a,l){var r;return e.escapeExpression(e.lambda(null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.icon:r)?r.id:r,n))},12:function(e,n,t,a,l){var r;return e.escapeExpression(e.lambda(null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.logo:r)?r.id:r,n))},14:function(e,n,t,a,l){var r;return e.escapeExpression(e.lambda(null!=(r=null!=(r=null!=(r=null!=n?n.website:n)?r.images:r)?r.background:r)?r.id:r,n))},16:function(e,n,t,a,l){return'
      The template your using doesn\'t support background images.
      \n'},18:function(e,n,t,a,l,r,s){var i,o,u=null!=n?n:{},c=t.helperMissing,d="function",p=e.escapeExpression;return' \n
      \n
      \n'+(null!=(i=t.each.call(u,n,{name:"each",hash:{},fn:e.program(19,l,0,r,s),inverse:e.noop,data:l}))?i:"")+'
      \n '+(null!=(i=e.invokePartial(a.library_uploads_DragOrChoose,n,{name:"library_uploads_DragOrChoose",data:l,helpers:t,partials:a,decorators:e.decorators}))?i:"")+'
      \n
      \n \n
      \n
      Upload, arrange, and swap out up to 5 screenshots here. These will be used in the gallery and slideshows on your website.
      \n'},19:function(e,n,t,a,l,r,s){var i;return" "+(null!=(i=e.invokePartial(a.__module___screenshot_html,n,{name:"__module___screenshot_html",hash:{url:null!=n?n.url:n,id:null!=n?n.imageId:n,platform:e.data(l,1)&&e.data(l,1).key},data:l,helpers:t,partials:a,decorators:e.decorators}))?i:"")},21:function(e,n,t,a,l){return' Add iPad Screenshots\n'},23:function(e,n,t,a,l){return"\n"},25:function(e,n,t,a,l){return' Add TV Screenshots\n'},27:function(e,n,t,a,l){return' Add Watch Screenshots\n'},29:function(e,n,t,a,l){return' Add Android Screenshots\n'},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l,r,s){var i,o,u,c=e.lambda,d=e.escapeExpression,p=null!=n?n:{},h=t.helperMissing,m="function",b=t.blockHelperMissing,f='
      \n\n
      \n\n
      \n

      Styles

      \n
      \n\n
      \n\n
      \n \n
      \n  \n \n
      \n
      This will be used for backgrounds and links.
      \n
      \n
      \n\n
      \n
      \n \n \n
      \n
      \n\n
      \n
      \n \n Change Template\n
      \n
      \n
      \n\n
      \n
      \n
      \n \n
      Simple CSS only; no external fonts, image URLs or @imports allowed.
      \n \n
      \n
      \n
      \n
      \n \n
      App websites doesn’t currently support custom HTML.
      \n \n
      \n
      \n
      \n\n\n
      \n\n
      \n

      Images

      \n
      \n\n
      \n
      \n \n
      \n \n \n \n \n
      \n
      \n '+(null!=(i=e.invokePartial(a.library_uploads_DragOrChoose,n,{name:"library_uploads_DragOrChoose",data:l,helpers:t,partials:a,decorators:e.decorators}))?i:"")+'
      \n
      \n
      \n\n
      \n\n
      \n \n
      \n \n \n \n \n
      \n
      \n '+(null!=(i=e.invokePartial(a.library_uploads_DragOrChoose,n,{name:"library_uploads_DragOrChoose",data:l,helpers:t,partials:a,decorators:e.decorators}))?i:"")+'
      \n
      This will replace your app name in the header. Placed here on gray background for visibility
      \n
      \n\n
      \n
      \n\n
      \n \n\n
      \n \n \n \n \n
      \n
      \n '+(null!=(i=e.invokePartial(a.library_uploads_DragOrChoose,n,{name:"library_uploads_DragOrChoose",data:l,helpers:t,partials:a,decorators:e.decorators}))?i:"")+'
      \n
      This will be used as the page or header background.
      \n'+(null!=(i=t["if"].call(p,null!=(i=null!=n?n.template:n)?i.bgColor:i,{name:"if",hash:{},fn:e.program(16,l,0,r,s),inverse:e.noop,data:l}))?i:"")+'
      \n\n\n\n
      \n\n
      \n\n
      \n
      \n

      Screenshots

      \n
      \n
      \n\n\n
      \n\n\n\n
      \n
      \n'+(null!=(i=t.each.call(p,null!=(i=null!=(i=null!=n?n.website:n)?i.images:i)?i.screenshots:i,{name:"each",hash:{},fn:e.program(18,l,0,r,s),inverse:e.noop,data:l}))?i:"")+'
      \n
      \n';return o=null!=(o=t.userIsNotPro||(null!=n?n.userIsNotPro:n))?o:h,u={name:"userIsNotPro",hash:{},fn:e.program(21,l,0,r,s),inverse:e.program(23,l,0,r,s),data:l},i=typeof o===m?o.call(p,u):o,t.userIsNotPro||(i=b.call(n,i,u)),null!=i&&(f+=i),f+='
      \n
      \n',o=null!=(o=t.userIsNotPro||(null!=n?n.userIsNotPro:n))?o:h,u={name:"userIsNotPro",hash:{},fn:e.program(25,l,0,r,s),inverse:e.program(23,l,0,r,s),data:l},i=typeof o===m?o.call(p,u):o,t.userIsNotPro||(i=b.call(n,i,u)),null!=i&&(f+=i),f+='\n
      \n
      \n',o=null!=(o=t.userIsNotPro||(null!=n?n.userIsNotPro:n))?o:h,u={name:"userIsNotPro",hash:{},fn:e.program(27,l,0,r,s),inverse:e.program(23,l,0,r,s),data:l},i=typeof o===m?o.call(p,u):o,t.userIsNotPro||(i=b.call(n,i,u)),null!=i&&(f+=i),f+='\n
      \n
      \n',o=null!=(o=t.userIsNotPro||(null!=n?n.userIsNotPro:n))?o:h,u={name:"userIsNotPro",hash:{},fn:e.program(29,l,0,r,s),inverse:e.program(23,l,0,r,s),data:l},i=typeof o===m?o.call(p,u):o,t.userIsNotPro||(i=b.call(n,i,u)),null!=i&&(f+=i),f+"
      \n
      \n
      \n
      "},usePartial:!0,useData:!0,useDepths:!0},e),l={library_uploads_DragOrChoose:n,library_uploads_DragOrChoose:n,library_uploads_DragOrChoose:n,__module___screenshot_html:t,library_uploads_DragOrChoose:n,library_uploads_DragOrChoose:n};return function(e,n){var t=n||{};return t.partials=l,a(e,t)}}.apply(this,arguments)}),skit.define("public.websites.dashboard.__id__.edit.WebsiteEdit:example_terms.html",["skit.thirdparty.handlebars:runtime"],function(){return function(e){var n=e.VM.template({compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){return"PLEASE READ THESE TERMS OF SERVICE (THE "AGREEMENT") CAREFULLY BEFORE USING THE SERVICES OFFERED BY COMPANY ("COMPANY"). YOUR USE OF THE SERVICES IS EXPRESSLY CONDITIONED UPON YOUR ASSENT TO ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT TO THE EXCLUSION OF ALL OTHER TERMS. BY CLICKING ..."},useData:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("public.websites.dashboard.__id__.edit.WebsiteEdit:legal.html",["skit.thirdparty.handlebars:runtime","public.websites.dashboard.__id__.edit.WebsiteEdit:example_terms.html"],function(){return function(e,n){var t=e.VM.template({1:function(e,n,t,a,l){return'requires-pro" data-upgradeclick="Terms of Use" data-action="requires-pro"'},3:function(e,n,t,a,l){return"disabled"},5:function(e,n,t,a,l){return'requires-pro" data-upgradeclick="Privacy Policy" data-action="requires-pro"'},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{},i=e.lambda,o=e.escapeExpression;return'\n'},usePartial:!0,useData:!0},e),a={__module___example_terms_html:n};return function(e,n){var l=n||{};return l.partials=a,t(e,l)}}.apply(this,arguments)}),skit.define("public.websites.dashboard.__id__.edit.WebsiteEdit:support.html",["skit.thirdparty.handlebars:runtime","public.websites.dashboard.__id__.edit.WebsiteEdit:example_terms.html"],function(){return function(e,n){var t=e.VM.template({1:function(e,n,t,a,l){return'requires-pro" data-upgradeclick="Support / FAQ" data-action="requires-pro"'},3:function(e,n,t,a,l){return"disabled"},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=null!=n?n:{},i=e.lambda,o=e.escapeExpression;return'
      \n
      \n

      Support / FAQ

      \n
      \n
      \n
      \n \n \n \n
      \n
      \n \n \n
      This would lead to a page you already your support info / FAQ.
      \n
      \n
      \n
      \n'},usePartial:!0,useData:!0},e),a={__module___example_terms_html:n};return function(e,n){var l=n||{};return l.partials=a,t(e,l)}}.apply(this,arguments)}),skit.define("public.websites.dashboard.__id__.edit.WebsiteEdit:html",["skit.thirdparty.handlebars:runtime","public.websites.dashboard.__id__.edit.WebsiteEdit:app_info.html","public.websites.dashboard.__id__.edit.WebsiteEdit:styles.html","public.websites.dashboard.__id__.edit.WebsiteEdit:legal.html","public.websites.dashboard.__id__.edit.WebsiteEdit:support.html"],function(){return function(e,n,t,a,l){var r=e.VM.template({1:function(e,n,t,a,l){var r;return' \n'},3:function(e,n,t,a,l){var r,s,i=null!=n?n:{},o=t.helperMissing,u="function",c=e.escapeExpression;return'
    • \n \n'+(null!=(r=t["if"].call(i,null!=(r=null!=n?n.images:n)?r.icon:r,{name:"if",hash:{},fn:e.program(4,l,0),inverse:e.noop,data:l}))?r:"")+" "+c((s=null!=(s=t.appName||(null!=n?n.appName:n))?s:o,typeof s===u?s.call(i,{name:"appName",hash:{},data:l}):s))+"\n \n
    • \n"},4:function(e,n,t,a,l){var r;return' \n'},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression,o=null!=n?n:{};return'
      \n\n
      \n \n
      \n \n Preview\n Delete\n\n \n
      \n
      \n\n
      \n
      \n \n
      \n
      \n\n \n \n\n
      \n '+(null!=(r=e.invokePartial(a.__module___app_info_html,n,{name:"__module___app_info_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+" "+(null!=(r=e.invokePartial(a.__module___styles_html,n,{name:"__module___styles_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+" "+(null!=(r=e.invokePartial(a.__module___legal_html,n,{name:"__module___legal_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+" "+(null!=(r=e.invokePartial(a.__module___support_html,n,{name:"__module___support_html",data:l,helpers:t,partials:a,decorators:e.decorators}))?r:"")+"
      \n\n
      \n"},usePartial:!0,useData:!0},e),s={__module___app_info_html:n,__module___styles_html:t,__module___legal_html:a,__module___support_html:l};return function(e,n){var t=n||{};return t.partials=s,r(e,t)}}.apply(this,arguments)}),skit.define("public.websites.dashboard.__id__.edit.WebsiteEdit:js",["skit.browser.dom:js","skit.platform.Controller:js","skit.platform.iter:js","skit.platform.navigation:js","library.api.LKAPIClient:js","library.controllers.Dashboard:js","library.overlays.ButtonOverlay:js","library.overlays.UpgradeOverlay:js","library.overlays.TitledOverlay:js","library.misc.colors:js","library.screenshots.fonts:js","library.screenshots.uploadui:js","library.websites.templates:js","third_party.marked:js","public.websites.dashboard.__id__.edit.WebsiteEdit:html","public.websites.dashboard.__id__.edit.WebsiteEdit:screenshot.html"],function(){return function(e,n,t,a,l,r,s,i,o,u,c,d,p,h,m,b){function f(){for(var e=0;e\n

      Choose Website Template

      \n

      This is a preview. If something doesn't look right, dont worry, you'll adjust styles and content in the next step.

      \n \n"},3:function(e,n,t,a,l){var r,s=e.lambda,i=e.escapeExpression;return' \n
      \n

      Change Website Template

      \n

      You can change the template at any time. Changes will be instantly visible to website visitors.

      \n
      \n'},5:function(e,n,t,a,l){return'
      \n
      \n
      \n Choose a Primary Color:\n
      \n
      \n
      \n'},7:function(e,n,t,a,l,r,s){var i,o,u=null!=n?n:{},c=t.helperMissing,d=e.escapeExpression;return'
      \n
      \n
      \n \n
      \n \n
      \n
      \n"},8:function(e,n,t,a,l){return' \n Active\n \n'},10:function(e,n,t,a,l,r,s){var i,o,u=null!=n?n:{},c=t.helperMissing;return' Choose'+(null!=(i=(t.ifEqual||n&&n.ifEqual||c).call(u,null!=(i=null!=s[2]?s[2].website:s[2])?i.id:i,"example",{name:"ifEqual",hash:{},fn:e.program(11,l,0,r,s),inverse:e.noop,data:l}))?i:"")+"\n"},11:function(e,n,t,a,l){return" and Customize"},compiler:[7,">= 4.0.0"],main:function(e,n,t,a,l,r,s){var i,o=null!=n?n:{};return'
      \n'+(null!=(i=t["if"].call(o,null!=n?n.isExample:n,{name:"if",hash:{},fn:e.program(1,l,0,r,s),inverse:e.program(3,l,0,r,s),data:l}))?i:"")+"
      \n\n"+(null!=(i=t["if"].call(o,null!=n?n.isExample:n,{name:"if",hash:{},fn:e.program(5,l,0,r,s),inverse:e.noop,data:l}))?i:"")+'\n
      \n'+(null!=(i=t.each.call(o,null!=n?n.templates:n,{name:"each",hash:{},fn:e.program(7,l,0,r,s),inverse:e.noop,data:l}))?i:"")+"
      \n\n"},useData:!0,useDepths:!0},e),t={};return function(e,a){var l=a||{};return l.partials=t,n(e,l)}}.apply(this,arguments)}),skit.define("public.websites.dashboard.__id__.templates.WebsiteTemplate:js",["skit.browser.dom:js","skit.platform.Controller:js","skit.platform.iter:js","skit.platform.navigation:js","skit.platform.object:js","skit.platform.urls:js","skit.platform.util:js","skit.thirdparty.handlebars:runtime","library.api.LKAPIClient:js","library.misc.colors:js","library.controllers.Dashboard:js","library.screenshots.uploadui:js","library.websites.WebsiteRenderer:js","library.websites.templates:js","third_party.ColorThief:js","public.websites.dashboard.__id__.templates.WebsiteTemplate:html"],function(){return function(e,n,t,a,l,r,s,i,o,u,c,d,p,h,m,b){function f(){for(var e=0;e