{{define "title"}}{{if .article.Id}}修改{{else}}发布{{end}}文章 {{end}} {{define "content"}}
{{if canPublish .me.DauAuth 1}}
{{if .article.Id}} {{end}}
{{if not .article.Id}} {{end}}
{{if not .article.Id}} {{end}} {{if .captchaId}}
验证码
{{end}}
(Ctrl+Enter)
{{else}}
您没有权限发布文章,请通过主题发布帖子
{{end}}
{{end}} {{define "css"}} {{include "cssjs/prism.css.html" .}} {{end}} {{define "js"}} {{include "cssjs/ckeditor.js.html" .}} {{include "cssjs/publish.js.html" .}} {{include "cssjs/prism.js.html" .}} {{end}}