<% if (typeof cssFiles !== 'undefined') { %> <% cssFiles.forEach(function(file) { %> <% }); %> <% } %> <%- include('../partials/topbar', { activePage, lastRefresh, nextUpdate }) %>
<%- body %>
<% if (typeof modals !== 'undefined') { %> <%- modals %> <% } %> <% if (typeof jsFiles !== 'undefined') { %> <% jsFiles.forEach(function(file) { %> <% }); %> <% } %> <% if (typeof initScript !== 'undefined') { %> <% } %>