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