{{define "title"}}主题 {{end}} {{define "content"}}
全部 {{range .tab_list}} {{.name}} {{end}}
{{include "topics/common_list.html" .}}

讨论节点分类导航

    {{range .nodes}}
  • {{range $parent, $children := .}} {{range $children}} {{.name}}  {{end}} {{end}}
  • {{end}}
{{include "common/my_info.html" .}} {{if .pos_ad.right1}} {{end}} {{include "sidebar/hot_node.html" .}} {{include "sidebar/view_rank.html" (parseJSON `{"rank_title":"今日阅读排行","objtype":0,"limit":10,"rank_type":"today"}`)}} {{include "sidebar/view_rank.html" (parseJSON `{"rank_title":"一周阅读排行","objtype":0,"limit":10,"rank_type":"week"}`)}} {{if .pos_ad.right2}} {{end}} {{include "sidebar/stat.html" .}}
{{end}} {{define "css"}} {{end}} {{define "js"}} {{if .pos_ad.right1}} {{if eq .pos_ad.right1.AdType 1}} {{noescape .pos_ad.right1.Code}} {{end}} {{end}} {{end}}