<% for (const item of items) { %>
> <% if (item.image) { %>
<% } %>

<%= item.title %>

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