% var item, key %>
<% if (htmlWebpackPlugin.options.unsupportedBrowser) { %>
Sorry, your browser is not supported. Please upgrade to the latest version or switch your browser to use this
site. See
outdatedbrowser.com for options.
<% } %>
<% if (htmlWebpackPlugin.options.appMountId) { %>
<% if (htmlWebpackPlugin.options.appMountHtmlSnippet) { %>
<%= htmlWebpackPlugin.options.appMountHtmlSnippet %>
<% } %>
<% } %>
<% if (Array.isArray(htmlWebpackPlugin.options.appMountIds) && htmlWebpackPlugin.options.appMountIds.length ) { %>
<% for (item of htmlWebpackPlugin.options.appMountIds) { %>
<% } %>
<% } %>
<% if (htmlWebpackPlugin.options.html.body.snippet && '' !== htmlWebpackPlugin.options.html.body.snippet ) { %>
<%- htmlWebpackPlugin.options.html.body.snippet %>
<% } %>
<% if (htmlWebpackPlugin.options.window && Object.keys( htmlWebpackPlugin.options.window ).length) { %>
<% } %>
<% if (Array.isArray(htmlWebpackPlugin.options.html.body.scripts) && htmlWebpackPlugin.options.html.body.scripts.length ) { %>
<% for (item of htmlWebpackPlugin.options.html.body.scripts) {
%><%
}
} %>
<% if ( Array.isArray(htmlWebpackPlugin.files.chunks) && htmlWebpackPlugin.files.chunks.length ) { %>
<% for (key in htmlWebpackPlugin.files.chunks) {
if (htmlWebpackPlugin.files.jsIntegrity) { %>
<% } else { %>
<% }
}
} %>
<% if (htmlWebpackPlugin.options.googleAnalytics) { %>
<% } %>