{{define "title"}}{{.topic.title}} {{end}} {{define "seo"}} {{end}} {{define "content"}}

{{.topic.title}}

{{.topic.user.Username}} · · {{add .topic.view 1}} 次点击
{{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":0,"limit":10,"rank_type":"today"}`)}} {{if .pos_ad.right2}} {{end}} {{include "sidebar/view_rank.html" (parseJSON `{"rank_title":"一周阅读排行","objtype":0,"limit":10,"rank_type":"week"}`)}}
{{end}} {{define "css"}} {{include "cssjs/prism.css.html" .}} {{end}} {{define "js"}} {{include "cssjs/prism.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}}