<% _.each(notes, function(note) { %>
<%= formatMarkdown(note.text) %>
<% }) %>
<% if (privileges.canEditPostNotes) { %><% } %><% if (privileges.canDeletePostNotes) { %><% } %>