{{template "header" .}}

{{if .user.Nickname}}{{.user.Nickname}}{{else}}{{.user.Name}}{{end}}

作者文章

{{$posts := get_posts host_user.ID 0 "article" 20 0 "created_at desc"}} {{if gt $posts.count 0}} {{if gt $posts.max_page 1}} {{end}} {{else}}

暂无文章。

{{end}}
{{template "footer" .}}