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