% var thumbnail %> <% if(post.cover != undefined) thumbnail = post.cover %> <% if(post.image != undefined) thumbnail = `/images/thumbnails/blog/${post.image.feature}` %> <% if(size == 12) thumbnail = `/images/hero/projects/${post.folder}.jpg` %>
<%= post.title %>