{{define "compose"}} {{template "base/head" .}} {{template "base/navbar" .}} {{if .Flash}}
{{.Flash}}
{{end}}

{{if .IsEdit}}编辑帖子{{else}}发帖{{end}}

{{template "base/alert" .}}
{{if .IsEdit}}

类型:{{if eq .PostType "poll"}}投票{{else if eq .PostType "question"}}问答{{else if eq .PostType "bounty"}}悬赏{{else}}普通讨论{{end}}(不可更改)

{{else}}

问答帖无额外字段;解决状态可在帖详情由作者或管理员切换。

投票设置
悬赏设置

当前积分:{{.ViewerPoints}}。发帖时立即托管,采纳或退款前不可收回(有他人回复后作者不可自行退款)。

{{end}}

门控:选中正文后点按钮包裹;积分可见会询问价格(1–9999)。含门控时正文以 HTML 提交。

{{template "base/footer" .}} {{if not .IsEdit}} {{end}} {{end}}