{{template "common/header.html" .}} {{template "common/nav.html" .}}
{{.Article.Title}}
{{if .CurrentUser}} {{if eq .CurrentUser.Id .Article.User.Id}} 删除 修改 {{end}} {{end}} 收藏
{{.Article.Content}}
{{template "comment/index.html" .}}
{{.Article.User.Nickname}}
{{if .Article.User.Description}}

{{.Article.User.Description}}

{{end}}
{{if eq .Article.User.Type 1}}
关注公众号
{{end}} {{if .NewestArticles}}
最新文章
{{end}} {{if .RelatedArticles}}
相关文章
{{end}}
{{/*高亮*/}} {{template "common/footer.html" .}}