{{define "title"}}{{.article.Title}} {{end}} {{define "seo"}} {{end}} {{define "content"}}
{{if .article.IsSelf}}
{{if .article.GCTT}} {{.article_gctt.Translator}} {{else}} {{if .article.User.Name}}{{.article.User.Name}}{{else}}{{.article.User.Username}}{{end}} {{end}}
{{end}}

{{.article.Title}}

{{if .article.GCTT}} {{.article_gctt.Translator}} {{else}} {{if .article.IsSelf}} {{.article.User.Username}} {{else}} {{.article.AuthorTxt}} {{end}} {{end}} ·
{{with $user := index .users .comment.Uid}}
{{$user.Username}}
{{$user.Monlog}}
{{end}}
{{.comment.Content}}
#{{.comment.Floor}}
{{if .comments}}
更多评论
{{end}} {{range .comments}}
{{with $user := index $.users .Uid}}
{{$user.Username}}
{{$user.Monlog}}
{{end}}
{{.Content}}
#{{.Floor}}
{{end}}
{{include "common/my_info.html" .}} {{if .pos_ad.right1}} {{end}} {{include "sidebar/view_rank.html" (parseJSON `{"rank_title":"今日阅读排行","objtype":1,"limit":10,"rank_type":"today"}`)}} {{if .pos_ad.right2}} {{end}} {{include "sidebar/view_rank.html" (parseJSON `{"rank_title":"一周阅读排行","objtype":1,"limit":10,"rank_type":"week"}`)}}
{{end}} {{define "css"}} {{if .article.Css}} {{end}} {{include "cssjs/prism.css.html" .}} {{end}} {{define "js"}} {{include "cssjs/prism.js.html" .}} {{include "cssjs/ckeditor.js.html" .}} {{if .pos_ad.right1}} {{if eq .pos_ad.right1.AdType 1}} {{noescape .pos_ad.right1.Code}} {{end}} {{end}} {{if .pos_ad.right2}} {{if eq .pos_ad.right2.AdType 1}} {{noescape .pos_ad.right2.Code}} {{end}} {{end}} {{end}}