{{define "title"}}{{.user.Username}} 在 {{.setting.Name}} 发布的文章{{end}} {{define "content"}}
{{range .articles}}
{{if .Cmtnum}} {{end}}
{{.Title}}
{{if .Top}} 置顶 • {{end}} {{if .Tags}} {{$tags := explode .Tags ","}} {{index $tags 0}} • {{end}} {{.AuthorTxt}}  •  {{if .Lastreplyuid}}  • 最后回复来自 {{.LastReplyUser.Username}} {{else}} 发布 {{end}} • {{.Viewnum}} 点击
{{.Cmtnum}}
{{else}}

暂时没有发布任何文章

{{end}}
{{if .page}}
{{end}}
{{include "common/my_info.html" .}}
{{end}} {{define "js"}} {{end}}