{{include "header.html"}} {{include "nav.html"}}
{{if .Nav}} {{if gt (len .Nav) 0}} {{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}}

暂无相关内容

{{if eq .Type "search"}} 返回首页 {{end}}
{{end}}
{{include "footer.html"}} {{include "js.html"}}