{{template "common/header.html" .}} {{template "common/nav.html" .}} 首页 {{.User.Nickname}} 消息 {{template "user/message-list.html" .}} {{if gt .Page.Page 1}} 上一页 {{else }} 上一页 {{end}} {{if lt .Page.Page .Page.TotalPage}} 下一页 {{else }} 下一页 {{end}} {{template "user/user-profile.html" .}} {{template "common/footer.html" .}}