{{ define "fragments/comment/commentBody" }}
{{ if not .Comment.Deleted }}
{{ markdown2 .Comment.Did .Comment.Body.Text }}
{{ template "repo/fragments/reactions" (dict "Reactions" .Reactions "UserReacted" .UserReacted "ThreadAt" .Comment.FeedCommentAtUri) }} {{ else }}
[deleted by author]
{{ end }}
{{ end }}