-
{{noescape .pageHtml}}
{{define "title"}}{{.name}} {{end}} {{define "content"}}
{{if .Uid}}
{{$user := index $.users .Uid}}
|
{{.Title}} {{if .Nid}} {{$node := index $.nodes .Nid}} {{$node.Name}} {{else if eq .Objtype 1}} 文章 {{else if eq .Objtype 2}} 分享发现 {{else if eq .Objtype 3}} WIKI {{else if eq .Objtype 4}} 开源项目 {{end}} • {{if .Uid}} {{$user := index $.users .Uid}} {{$user.Username}} {{else}} {{.PubTime}} {{end}} • {{if .Lastreplyuid}} {{$user := index $.users .Lastreplyuid}} • 最后回复来自 {{$user.Username}} {{else}} {{.Viewnum}} 点击 {{end}} | {{if .Cmtnum}}{{.Cmtnum}} | {{end}}