<%- include('_header') %> <% entries.map(entry => { %> <%= JSON.stringify(entry) %>
<% }) %> <%- include('_footer') %>