@if (isCommentDisplayed()) {
@if (!comment().isDeleted) { }
@if (!comment().isDeleted) { @if (highlightedComment() === true) {
Highlighted comment
}
} @if (comment().isDeleted) {
This comment has been deleted
} @if (!comment().isDeleted && inReplyToCommentId() === comment().id) { } @if (commentTree()) {
@for (commentChild of commentTree().children; track commentChild) {
}
}
} @if (prependModerationActions) { }