href="#/post/<%= post.id %>/query=<%= searchArgs.query %>;order=<%= searchArgs.order %>;page=<%= searchArgs.page %>" <% } else { %> href="#/post/<%= post.id %>" <% } %> title="<%= _.map(post.tags, function(tag) { return '#' + tag.name; }).join(', ') %>"> <%= post.idMarkdown %> <% if (post.favoriteCount || post.score || post.commentCount) { %>
    <% if (post.favoriteCount) { %>
  • <%= post.favoriteCount %>
  • <% } %> <% if (post.score) { %>
  • <%= post.score %>
  • <% } %> <% if (post.commentCount) { %>
  • <%= post.commentCount %>
  • <% } %>
<% } %>