{{define "article_create"}} {{template "header" .}}

{{.FormTitleText}}

{{if .Error}}
{{.Error}}
{{end}}

{{index .Tr "article_slug_hint"}}

{{template "footer" .}} {{end}}