{{template "common/header.html" .}} {{template "common/nav.html" .}}
    {{range .Topics}} {{template "topic/list-item.html" .}} {{end}}
{{ if .CurrentUser}}
个人信息
{{if .User.Description}}

{{.User.Description}}

{{end}}
{{end}}
{{template "common/footer.html" .}}