<% 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.logo) { %> <% } %>
<%= item.title %> <% if (item.version) { %>

<%= item.version %>

<% } %>
<% if (item.subtitle) { %>

<%= item.subtitle %>

<% } %>

<%= item.description %>

<% if (item.preview) { %> <%= item.title %> sample output <% } %> <% if (item.categories && item.categories.length > 0) { %>
<% for (const cat of item.categories) { %> <%= cat %> <% } %>
<% } %> <% if (item.author) { %>
<%= item.author %>
<% } %>
<% } %>