{{define "post/comment_edit"}} {{template "base/head" .}} {{template "base/navbar" .}}

编辑评论

#{{.Floor}} · 返回帖子

{{template "base/alert" .}}
{{template "shared/md_editor" (dict "Name" "content" "ID" "comment-edit-content" "Content" .Content "Rows" 8 "MaxLength" 8000 "Placeholder" "支持 Markdown" "CSRF" .CSRF "ShowGates" 0 "ShowUpload" 1 "Unsaved" 1 "Required" 1 )}}
取消
{{template "base/footer" .}} {{end}}