{{define "article_form"}} {{template "header" .}} {{template "markdown_assets" .}} {{.FormTitleText}} {{.Error}} {{index .Tr "article_title"}} {{index .Tr "article_slug"}} {{index .Tr "article_slug_hint"}} {{index .Tr "article_summary"}} {{.FormSummary}} {{index .Tr "article_content"}} {{.FormContent}} {{index .Tr "article_cover"}} {{if not .FormIsMy}} {{index .Tr "article_tags"}} {{index .Tr "article_tags_hint"}} {{end}} {{template "article_attachments" .}} {{index .Tr "article_published_at"}} {{index .Tr "article_published_at_hint"}} {{if not .FormIsMy}} {{index .Tr "article_is_top"}} {{end}} {{if .FormIsMy}} {{index .Tr "article_field_status"}} {{index .Tr "article_draft"}} {{index .Tr "article_published"}} {{index .Tr "article_save"}} {{index .Tr "article_cancel"}} {{else}} {{index .Tr "article_save_draft"}} {{index .Tr "article_publish"}} {{end}} {{template "footer" .}} {{end}}
{{index .Tr "article_slug_hint"}}
{{index .Tr "article_tags_hint"}}
{{index .Tr "article_published_at_hint"}}