<% if (canViewPosts) { %> <% } else { %> <% } %> <%= post.idMarkdown %> <% if (post.favoriteCount || post.score || post.commentCount) { %>
    <% if (post.favoriteCount) { %>
  • <%= post.favoriteCount %>
  • <% } %> <% if (post.score) { %>
  • <%= post.score %>
  • <% } %> <% if (post.commentCount) { %>
  • <%= post.commentCount %>
  • <% } %>
<% } %> <% if (canViewPosts) { %>
<% } else { %> <% } %>