<% for (const item of items) {
const href = item["listing-href"] || item.path;
const isPdf = Boolean(item["listing-href"]);
%>
Retour au sommet>
<% } %>
<% if (isPdf) { %>
<% } else { %>
<% } %>
<% if (item.image) { %>
">
<% } %>
<% if (isPdf) { %> <%= item.title %> <% } else { %> <%= item.title %> <% } %>
<% if (item.categories) { %>
<% for (const category of item.categories) { %>
<% } %>
<%= category %>
<% } %>