-
文章
-
主题
{{if .CurrentUser}}
{{if eq .User.Id .CurrentUser.Id}}
-
标签
{{end}}
{{end}}
{{if .CurrentUser}}
{{if eq .User.Id .CurrentUser.Id}}
-
消息
{{end}}
{{end}}
{{if .CurrentUser}}
{{if eq .User.Id .CurrentUser.Id}}
-
收藏
{{end}}
{{end}}
{{if .Articles}}
{{range .Articles}}
{{template "partials/article/list-item.html" .}}
{{end}}
{{else if eq .Tab "articles"}}
暂无文章...
{{end}}
{{if .Topics}}
{{range .Topics}}
{{template "topic/list-item-user.html" .}}
{{end}}
{{else if eq .Tab "topics"}}
暂无内容...
{{end}}
{{if eq .Tab "tags"}}
标签 |
文章数量 |
操作 |
{{if .Tags}}
{{range .Tags}}
{{.TagName}} |
0 |
删除 |
{{end}}
{{end}}
{{end}}
{{if .Messages}}
{{template "user/message-list.html" .}}
{{else if eq .Tab "messages"}}
暂无消息...
{{end}}
{{if .Favorites}}
{{range .Favorites}}
{{template "partials/favorite/list-item.html" .}}
{{end}}
{{else if eq .Tab "favorites"}}
暂无收藏...
{{end}}