{{include "header.html"}} {{include "nav.html"}} {{include "bread.html"}}
{{if .Content}}
{{if .Content.Img}}
{{.Content.Title}}
{{end}} {{if .Content.Albums}}
{{range .Content.Albums}}
{{end}}
{{end}}

{{.Content.Title}}

{{if .Content.Description}}

{{.Content.Description}}

{{end}}
{{if .Content.Price}} ¥{{printf "%.0f" .Content.Price}} {{else}} 价格请咨询 {{end}}
{{ $btnText := index .Content.Ext "button_text" }} {{ $btnURL := index .Content.Ext "button_url" }} {{if and $btnText $btnURL}} {{$btnText}} {{end}}
更新时间:{{ParseTime .Content.UpdateAt "2006-01-02"}} | 浏览:{{.Content.Views}}

产品介绍

{{.Content.Content|Str2Html}}
{{end}}
{{include "footer.html"}} {{include "js.html"}}