{{template "header.html" .}} {{template "nav.html" .}}
{{$one := ArticlePage}}
    {{range $one.Articles}}
  • {{if ne "" .Img}} {{.Title}} {{end}}
  • {{end}}
{{if eq 0 $one.Count}} 当前没有查询到数据 {{else}} {{end}}
{{template "sidebar" .}}
{{template "footer.html" .}} {{template "js.html" .}}