<% posts.forEach(post => { %>
<% if (thumbnail) { %>

<%= post.title %>

<% } %>
<%= post.title %>

<%- list_categories(post.categories(), { show_count: false, class: 'has-link-grey ', depth:2, style: 'none', separator: ' / '}) %>

<% }) %>