• <%= comment.authorName %>

    <%= comment.comment %>

    <% if (currentUser && comment.authorId === currentUser.id){ %> Delete <% } %>