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