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