<% if (cards) { %>
<% cards.forEach(card => { %> <%- include('./preview', { card }) %> <% }) %>
<% } %>