{{define "title"}}{{.topic.title}} {{end}} {{define "seo"}} {{end}} {{define "content"}} {{include "common/suspend.html" .}}

{{.topic.title}}

{{.topic.user.Username}} · · {{add .topic.view 1}} 次点击 · 开始浏览    {{if canEdit .me .topic}} 编辑 {{else if and (eq .me.Uid .topic.user.Uid) (lt (len .appends) 3) }} 附言 {{end}} {{if and (canPublish .me.DauAuth 101) (not .topic.top)}} 置顶 {{end}}
{{if gt (distanceDay .topic.ctime) 100 }}
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。
{{end}}
{{if eq .topic.permission 1}} {{if .me.Status}}
{{.topic.content}}
{{else}}
作者设置必须登录才能查看,请登录;如没有账号,请注册
{{end}} {{else if eq .topic.permission 3}} {{if or .me.IsVip .me.IsRoot (eq .topic.uid .me.Uid)}}
{{.topic.content}}
{{else if .me.Status}}

作者设置付费用户才能查看,加入Go中文网创建的知识星球自动成为付费用户(加入后星球私信告知网站用户名)。

知识星球

或者给我们转账成为付费用户,有效期一年,限时优惠:229元/年,节省 30 元

转账付费
{{else}}
作者设置必须登录才能查看,请登录;如没有账号,请注册
{{end}} {{else}}
{{.topic.content}}
{{end}}
{{range $i, $append := .appends}}
第 {{add $i 1}} 条附言  · 
{{$append.Content}}
{{end}} {{include "common/promotion.html" .}}
{{add .topic.view 1}} 次点击  {{if .topic.like}}∙  {{.topic.like}} 赞   {{end}}
{{if .hadcollect}}取消收藏{{else}}加入收藏{{end}} 微博
{{if .topic.tags}} {{$tags := explode .topic.tags ","}} {{range $tags}}
  • {{.}}
    {{end}} {{end}}
    {{if .topic.close_reply}} 作者关闭了回复功能 {{else}} {{.topic.reply}} 回复 {{if .topic.reply}} |  直到 {{.topic.lastreplytime}}{{end}} {{end}}
    {{include "common/comment-page.html" .}}
    暂无回复
    {{include "common/comment-page.html" .}}
    {{if .can_view}} {{if not .topic.close_reply}} {{template "comment" .}} {{end}} {{end}} {{include "common/view_stat.html" .}}
    {{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"}`)}} {{include "sidebar/concern.html" .}}
    {{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}}