<% for (const item of items) { %>
>
<% if (item.image) { %>
<% } %>
<% } %>
<%= item.title %>
<% if (item.subtitle) { %><%= item.subtitle %>
<% } %>
<% if (item.categories && item.categories.length) { %>
<% for (const cat of item.categories) { %>
<%= cat %>
<% } %>
<% } %>
<% if (item.description) { %>
<%= item.description %>
<% } %>