% mobileHtmlInject.head.start.forEach(function(tag) { %> <%- tag %> <% }); %>
<%= mobileTitle %>
<% mobileHtmlInject.head.scriptStart.forEach(function(tag) { %> <%- tag %> <% }); %>
<% mobileHtmlInject.head.end.forEach(function(tag) { %> <%- tag %> <% }); %>
<%= mobileTitle %>
<%= mobileKeywords %>
<%= mobileDescription %>
<% mobileHtmlInject.body.start.forEach(function(tag) { %> <%- tag %> <% }); %>
<% mobileHtmlInject.body.scriptStart.forEach(function(tag) { %> <%- tag %> <% }); %>
<% mobileHtmlInject.body.end.forEach(function(tag) { %> <%- tag %> <% }); %>