{{define "Next/article.html"}} {{template "head/head" .}} {{template "head/3rdstatistic" .}} {{template "head/article" .}}
{{template "Next/header" .}}

{{if .Article.Topped}} {{end}} {{.Article.Title}}

{{.Article.Content}}
{{template "comment/comments" .}} {{if and .PreviousArticle .NextArticle}}
{{if .PreviousArticle}} {{end}} {{if .NextArticle}} {{end}}
{{end}}
{{if gt (len .RecommendArticles) 0}}
{{$.I18n.RecommendArticle}}
{{end}} {{template "comment/editor" .}} {{template "Next/side" .}} {{template "Next/footer" .}}
{{end}}