<%= page !== 'index' ? require('html-loader!./partials/logo.html') : null %>
<%= require('html-loader!./pages/' + page + '.html') %>