{{define "article_form"}} {{template "header" .}} {{template "markdown_assets" .}}

{{.FormTitleText}}

{{.Error}}

{{index .Tr "article_slug_hint"}}

{{if not .FormIsMy}}

{{index .Tr "article_tags_hint"}}

{{end}} {{template "article_attachments" .}}

{{index .Tr "article_published_at_hint"}}

{{if not .FormIsMy}}
{{end}} {{if .FormIsMy}}
{{index .Tr "article_cancel"}}
{{else}}
{{end}}
{{template "footer" .}} {{end}}