% if (typeof cssFiles !== 'undefined') { %>
<% cssFiles.forEach(function(file) { %>
<% }); %>
<% } %>
<%= heading %>
<%- include('../partials/nav') %>
<%- body %>
<% if (typeof modals !== 'undefined') { %>
<%- modals %>
<% } %>
<% if (typeof jsFiles !== 'undefined') { %>
<% jsFiles.forEach(function(file) { %>
<% }); %>
<% } %>
<% if (typeof initScript !== 'undefined') { %>
<% } %>