{{ define "classic-help-article" }} {{ template "classic-header" . }}

{{ .Data.Article.Title }}

{{ if .Data.Article.Excerpt }}

{{ .Data.Article.Excerpt }}

{{ end }} {{ $showAuthor := and .Data.HelpCenter.Theme.Article.ShowAuthor .Data.Article.AuthorName }}
{{ if $showAuthor }} {{ if .Data.Article.AuthorAvatar }}{{ else }}{{ end }} {{ end }} {{ if $showAuthor }}{{ .Data.Article.AuthorName }} · {{ end }}{{ $.L.T "globals.terms.lastUpdated" }}
{{ template "hc-article-toc" . }}
{{ .Data.Content }}
{{ template "hc-helpful" . }} {{ if and .Data.Related (not .Data.HelpCenter.Theme.Article.HideRelated) }} {{ end }}
{{ template "hc-article-behavior" . }} {{ template "classic-footer" . }} {{ end }}