@for (comment of comments; track comment._id) {
  1. {{comment.author.charAt(0)}}
    @if (comment.distinguished) { } • {{comment.timestamp | date:'medium'}} • @if (userId && comment.createdBy === userId) { }
  2. }
  3. +
    New Comment