{{define "header"}}

Create a new thread

{{end}} {{define "content"}}
{{.CSRF}}
{{with .Form.Errors.Title}}
{{.}}
{{end}}
{{with .Form.Errors.Description}}
{{.}}
{{end}}
{{end}}