{{define "content"}}

基本信息

{{.user.Uid}}

{{.user.Username}}

{{if .user.Name}}

{{.user.Name}}

{{end}}

{{.user.Email}} ({{if eq .user.Open 0}}不{{end}}公开)

{{if .user.Avatar}}{{else}}默认{{end}}

{{if .user.City}}

{{.user.City}}

{{end}} {{if .user.Company}}

{{.user.Company}}

{{end}} {{if .user.Github}}

{{.user.Github}}

{{end}} {{if .user.Weibo}}

{{.user.Weibo}}

{{end}} {{if .user.Website}}

{{.user.Website}}

{{end}} {{if .user.Monlog}}

{{.user.Monlog}}

{{end}} {{if .user.Introduce}}

{{.user.Introduce}}

{{end}}

{{.user.Mtime}}

DAU 权限设置

发布主题:   发布文章:   分享资源:   发布Wiki:   发布项目:   发布图书:   发布评论:   置顶:

充值

角色信息

{{range $name := .user.Rolenames}}

{{$name}}

{{end}}

{{end}} {{define "js"}} {{end}}