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