[@{comment.id}] @{comment.author.alias} @if comment.parent_id != '' in reply to #@{comment.parent_id} @end

@{comment.message}

@if comment.replies_ids.len > 0
Replies: @for reply_id in comment.replies_ids #@{reply_id} @end
@end