<% var item, key %> <% if (htmlWebpackPlugin.options.title) { %> <%= htmlWebpackPlugin.options.title %> <% } %> <% if (htmlWebpackPlugin.options.baseUrl) { %> <% } %> <% if (Array.isArray(htmlWebpackPlugin.options.html.head.meta) && htmlWebpackPlugin.options.html.head.meta.length ) { %> <% for (item of htmlWebpackPlugin.options.html.head.meta) { %> <%= key %>="<%= item[key] %>"<% } %> /><% } } %> <% if (Array.isArray(htmlWebpackPlugin.options.html.head.links) && htmlWebpackPlugin.options.html.head.links.length ) { %> <% for (item of htmlWebpackPlugin.options.html.head.links) { %> <%= key %>="<%= item[key] %>"<% } %> /><% } } %> <% if (Array.isArray(htmlWebpackPlugin.options.html.head.scripts) && htmlWebpackPlugin.options.html.head.scripts.length ) { %> <% for (item of htmlWebpackPlugin.options.html.head.scripts) { %> <%= key %>="<%= item[key] %>"<% } %>><% } } %>