{{define "article"}} {{template "header" .}}
โ† {{index .Tr "article_back_home"}} {{if eq .Role "admin"}} {{index .Tr "article_edit"}} {{end}}

{{.Article.Title}}

{{if .Article.Author.Avatar}} avatar {{end}} {{.AuthorName}} {{if .PublishedAt}} ยท {{index .Tr "article_col_published"}}: {{.PublishedAt}} {{end}} {{if .UpdatedAt}} ยท {{index .Tr "article_last_updated"}}: {{.UpdatedAt}} {{end}}
{{if .Article.Cover}}
{{.Article.Title}}
{{end}}
{{if .CommentError}}
{{.CommentError}}
{{end}} {{if .CommentConfig}} {{if .CommentConfig.Enabled}}

{{index .Tr "comments_title"}}

{{if .CommentNotice}}
{{.CommentNotice}}
{{end}}
{{range .Comments}} {{template "comment_node" .}} {{else}}

{{index $.Tr "comments_empty"}}

{{end}}

{{index .Tr "comments_email_hint"}}

{{index .Tr "comments_emoji"}}
{{index .Tr "comments_markdown_help"}}
{{index .Tr "comments_markdown_bold"}}
{{index .Tr "comments_markdown_italic"}}
{{index .Tr "comments_markdown_code"}}
{{index .Tr "comments_markdown_link"}}
{{index .Tr "comments_markdown_quote"}}
{{end}} {{end}}
{{template "footer" .}} {{end}}