{{include "header.html"}} {{include "nav.html"}}
{{if .Type}} {{if eq .Type "home"}} {{$slides := HomeSlides}} {{if $slides}}
{{range $slides}}
{{if .Img}}{{.Title}}{{end}}

{{.Title}}

{{if .SubTitle}}

{{.SubTitle}}

{{end}} {{if .URL}}查看详情{{end}}
{{end}}
{{end}} {{end}} {{end}}
{{if .List}}
{{range .List}} {{$hasImg := and .Img (ne .Img "")}} {{$cardClass := "masonry-card"}} {{if $hasImg}}{{$cardClass = "masonry-card card-medium"}}{{end}}
{{if $hasImg}} {{.Title}} {{end}}
{{if and .ColumnName (not $hasImg)}} {{.ColumnName}} {{end}}

{{.Title}}

{{if .Description}}

{{.Description}}

{{end}}
{{date "2006-01-02" .CreatedAt}} {{.Views}} 阅读
{{if .Tags}}
{{range .Tags}} {{.Name}} {{end}}
{{end}}
{{end}}
{{if .Pager}} {{if .Pager.Enabled}} {{end}} {{end}} {{else}}

暂无内容

{{end}}
{{include "footer.html"}} {{include "js.html"}}