{{template "common/header.html" .}} {{template "common/nav.html" .}}
{{if .Categories}}
{{range .Categories}} {{.CategoryName}} {{end}}
{{end}}
{{template "partials/article/list.html" .}}
{{template "common/aside.html" .}}
{{template "common/footer.html" .}}