{{template "common/header.html" .}} {{template "common/nav.html" .}} 首页 {{.User.Nickname}} 话题列表 {{range .Topics}} {{template "topic/list-item-user.html" .}} {{end}} {{if gt .Page.Page 1}} 上一页 {{else }} 上一页 {{end}} {{if lt .Page.Page .Page.TotalPage}} 下一页 {{else }} 下一页 {{end}} {{template "user/user-profile.html" .}} {{template "common/footer.html" .}}