• <% if (comment.authorUrl) { %> <%= comment.authorName %> <% } else { %>

    <%= comment.authorName %>

    <% } %>

    <%= comment.comment %>

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