{{template "common/header.html" .}} {{template "common/nav.html" .}} {{if .ActiveTags}} 今日热议 查看更多>> {{range .ActiveTags}} {{.TagName}} {{end}} {{end}} {{if .Categories}} {{range .Categories}} {{.CategoryName}} {{end}} {{end}} {{if .Topics}} 最新主题 查看更多>> {{range .Topics}} {{template "topic/list-item.html" .}} {{end}} 点击查看更多 {{end}} {{if .Articles}} 最新文章 查看更多>> {{range .Articles}} {{template "partials/article/list-item.html" .}} {{end}} 点击查看更多 {{end}} {{template "common/aside.html" .}} {{template "common/footer.html" .}}