{{template "common/header.html" .}} {{template "common/nav.html" .}}
{{.Topic.Title}}
{{.Topic.User.Nickname}} {{prettyTime .Topic.LastCommentTime}} {{.Topic.ViewCount}} {{if .Topic.Tags}} {{range .Topic.Tags}} {{.TagName}} {{end}} {{end}} 收藏
{{.Topic.Content}}
{{template "comment/index.html" .}}
{{.Topic.User.Nickname}}
{{if .Topic.User.Description}}

{{.Topic.User.Description}}

{{end}}
{{if eq .Topic.User.Type 1}}
关注公众号
{{end}}
{{/*高亮*/}} {{template "common/footer.html" .}}