{{include "header.html"}} {{include "nav.html"}}
{{if index .ThemesExt "show_breadcrumb"}} {{if .Nav}}
首页 {{range .Nav}} / {{.Name}} {{end}}
{{end}} {{end}} {{if .Single}}
{{if .Single.Ext}} {{$banner := index .Single.Ext "banner_img"}} {{if $banner}}
{{.Single.Name}}
{{end}} {{end}}
Page

{{.Single.Name}}

{{if .Single.Description}}

{{.Single.Description}}

{{end}} {{if index .ThemesExt "stats_cards"}} {{$cards := index .ThemesExt "stats_cards"}} {{if $cards}}
{{range $cards}} {{$bg := index . "bg"}}
{{index . "value"}}
{{index . "label"}}
{{end}}
{{end}} {{end}}
{{.Single.Content|Str2Html}}
{{end}}
{{include "footer.html"}} {{include "js.html"}}