{{template "header.html" .}}
{{template "nav.html" .}}
{{$one := ArticlePage}}
{{range $one.Articles}}
{{if ne "" .Img}}
{{end}}
{{.Title}}
{{ParseTime .CreatedAt "2006-01-02"}}
{{.CategoryName}}
{{StrSub .Content 60|Str2Html}}
{{end}}
{{if eq 0 $one.Count}} 当前没有查询到数据 {{else}} {{end}}
{{template "sidebar" .}}
{{template "footer.html" .}} {{template "js.html" .}}