{{define "content"}}
{{with .Article }} {{if $.IsOldRevision}}
You are viewing an old revision of this article from {{.Created.Format "January 2, 2006 at 3:04 pm"}}. View current version
{{end}} {{if .ReadOnly}}
This is a built-in help article.
{{end}} {{template "tabs" $}}

{{.DisplayTitle}}

{{.HTML}} {{if $.UserProfile}}{{template "user_info" $}}{{end}}
{{template "article_footer" $}} {{end}}
{{end}}