<% for (const section of sections) { %>
Back to top<%= section.name %>
<% for (const item of section.items) { %>>
<% if (item.image) { %>
<% } %>
<% } %>
<% } %>
<%= item.title %>
<%= item.description %>
<% (item.links || []).forEach(function(link) { %>
<%= link.label %>
<% }) %>