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

    <%= comment.authorName %> <%if(comment.dg) {%> (<%= comment.dg %>) <%}%>

    <% } %>

    <%= comment.comment %>

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