<% for (let post of ctx.results) { %>
  • <% if (ctx.canViewPosts) { %><% } %><%= ctx.makeThumbnail(post.thumbnailUrl) %><% if (ctx.canViewPosts) { %><% } %>
  • <% } %>