<% if(app.webApplicationEnabled) { %> <% if(app.webApplicationStatusBarStyle) { %> <% } %> <% if(app.webApplicationLaunchImage) { %> <% } %> <% if(app.webApplicationIcon) { %> <% } else if(app.applicationIcon) { %> <% } else if(app.icon) { %> <% } %> <% } %> <% if(app.icon) { %> <% } %> <% if(authSettings == 'client') { %> <% } %> <% if(authSettings == 'application') { %> <% } %> <% if(authSettings == 'global') { %> <% } %> <% if(useTimezone) { %> <% } %> <% if(app.timezone) { %> <% } %> <%- styles %> <% if(app.headerInject && app.headerInject.length) { %><%- app.headerInject %><% } %><% if(app.data && app.data.head && app.data.head.length) { %><%- app.data.head %><% } %> <% if(app.data.model && app.data.model.external && app.data.model.external.length) { %> <% for(var i = 0; i < app.data.model.external.length; i++) { %> <% } %> <% } %> <%- scripts %> <% if(app.data && (!app.data.disableIncludes || !app.data.disableIncludes.googleMaps)) { %> <% } %> <% if(app.footerInject && app.footerInject.length) { %><%- app.footerInject %><% } %><% if(app.data && app.data.foot && app.data.foot.length) { %> <%- app.data.foot %> <% } %>