<% for (const item of items) { const href = item["listing-href"] || item.path; const isPdf = Boolean(item["listing-href"]); %>
>

<% if (isPdf) { %> <%= item.title %> <% } else { %> <%= item.title %> <% } %>

<% if (item.categories) { %>
<% for (const category of item.categories) { %>
<%= category %>
<% } %>
<% } %>
<% } %>
Retour au sommet