% var bundlePrefix = isDev ? '//' + hostname + ':8001' : '/dist' %>
<%= title %>
<% if (manifest && manifest.css && manifest.css.length > 0) { %>
<% manifest.css.forEach(function(item){ %>
<% }) %>
<% } %>
<%- include('./components/loading.html') %>
<% if (manifest && manifest.js && manifest.js.length > 0) { %>
<% manifest.js.forEach(function(item){ %>
<% }) %>
<% } %>