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