{{define "title"}} {{if .EditCommentID}} Edit Comment {{else if .Thread}} Reply to Thread {{else}} New Forum Post {{end}} {{end}} {{define "content"}}

{{if .EditCommentID}} Edit comment on: {{or .Thread.Title "Untitled Thread"}} {{else if .Thread}} Reply to: {{or .Thread.Title "Untitled Thread"}} {{else}} Post to: {{.Forum.Title}} {{end}}

/f/{{.Forum.Fragment}}

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

Required.

{{end}}

Markdown formatting supported.

{{if not .Thread}}
Options
{{if .CurrentUser.IsAdmin}}
{{end}}
{{end}}
{{end}}