<% for (const item of items) { %>
<%
const pkg = {
logo: item.logo || null,
preview: item.preview || null,
github: item.github || null,
cran: item.cran || null,
docs: item.docs || null
};
%>
>
<% } %>
<% if (item.categories && item.categories.length > 0) { %>
<% } %>
<% if (item.author) { %>
<% } %>
<% } %>
<% if (item.logo) { %>
<% } %>
<% if (item.subtitle) { %>
<%= item.title %>
<% if (item.version) { %>
<%= item.version %>
<% } %><%= item.subtitle %>
<% } %><%= item.description %>
<% if (item.preview) { %>