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