Note <%- note.id %>

<% note.comments.forEach(function (comment) { %>

<%- comment.action %> by <%- comment.user %> at <%- comment.date %>
<%- comment.text %>

<% }) %>