{{if .P.Comment.Deleted}}
[removed]
{{else}}
{{ markdown .State.Host .P.Comment.Content }}
{{end}}
{{ if eq .Op "source" }}
{{end}}
{{ end }}
{{ if and (eq .State.Op "reply") (eq .State.CommentID .P.Comment.ID)}}
{{ end}}
{{ range $ci, $child := .C }}{{ template "comment.html" $child }}{{end}}
{{ if and (ne .P.Counts.ChildCount .ChildCount) (not .State.Activities) (not .State.Query) }}
load more comments
({{ sub .P.Counts.ChildCount .ChildCount}} replies)
{{end}}