<%- include('partials/htmlHead.ejs') %>
<% for(const node of nodes) {%> <%- include('partials/nodeCard.ejs', {'node': node}) %> <% } %>
<%- include('partials/bodyEnd.ejs') %> <%- include('partials/htmlFooter.ejs') %>