<% _.each(items, function(item, i) { %>
  • <%= item.title %>
    Posted By: <%= item.postedBy %> <%= item.postedAgo %>
    <%= item.commentCount %>
    comment(s)
  • <% }) %>