<% for (const post of items) { %>
>

<%= post.title %>

<% if (post.categories) { %>
<% for (const category of post.categories) { %> <% } %>
<% } %>

<%= post.description %>

<% if (post.doi) { %>

DOI <%= post.doi %>

<% } %>
<% if (post.image) { %>
<%= post.title %>
<% } %>
<% } %>