{{define "title"}} {{if .EditCommentID}} Edit Comment {{else}} New Comment {{end}} {{end}} {{define "content"}}

{{if .EditCommentID}} Edit Comment {{else}} Add Comment {{end}}

{{if and (eq .Request.Method "POST") (ne .Message "")}}
{{ToMarkdown .Message}}
{{end}}
{{InputCSRF}}

Markdown formatting supported.

{{end}}