<% for (const item of items) { %>
>
<% if (item.image) { %>
<% } %>
<% } %>
<%= item.title %>
<% if (item.categories) { %>
<% for (const c of item.categories) { %>
<% } %>
<% if (item.keywords) { %>
<%= c %>
<% } %>
<% for (const k of item.keywords) { %><%= k %><% } %>
<% } %>
<% if (item.description) { %>
<%= item.description %>
<% } %>