<%= item.shortDescription || item.description %>
<% if (item.technologies && item.technologies.length > 0) { %>
<% item.technologies.slice(0, 3).forEach(tech => { %>
<%= tech %>
<% }) %>
<% if (item.technologies.length > 3) { %>
+<%= item.technologies.length - 3 %>
<% } %>
<% } %>
<% if (item.clientName) { %>
<%= item.clientName %>
<% } %>
<%= item.viewCount || 0 %>
<%= item.likes || 0 %>