<%= htmlWebpackPlugin.options.title || 'Webpack App'%>
<% if (htmlWebpackPlugin.files.favicon) { %>
<% } %>
<% if (htmlWebpackPlugin.options.mobile) { %>
<% } %>
<% for (var css in htmlWebpackPlugin.files.css) { %>
<% } %>
<% for(var i=0; i < htmlWebpackPlugin.options.exJs.length; i++) {%>
<% } %>
<% 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.appMountIds && htmlWebpackPlugin.options.appMountIds.length > 0) { %>
<% for (var index in htmlWebpackPlugin.options.appMountIds) { %>
<% } %>
<% } %>
<% if (htmlWebpackPlugin.options.window) { %>
<% } %>
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
<% } %>
<% if (htmlWebpackPlugin.options.devServer) { %>
<% } %>
<% if (htmlWebpackPlugin.options.googleAnalytics) { %>
<% } %>