{{include "header.html"}} {{include "nav.html"}}
{{if index .ThemesExt "show_breadcrumb"}} {{if .Nav}}
首页 {{range .Nav}} / {{.Name}} {{end}} / {{.Content.Title}}
{{end}} {{end}} {{if .Content}}
{{.Content.Title}}
Product detail

{{.Content.Title}}

{{if .Content.Price}}
¥{{printf "%.2f" .Content.Price}}
{{end}} {{if .Content.Ext}} {{$spec := index .Content.Ext "spec"}} {{if $spec}}
规格参数
{{$spec}}
{{end}} {{$model := index .Content.Ext "model"}} {{$version := index .Content.Ext "version"}} {{$delivery := index .Content.Ext "delivery"}} {{$warranty := index .Content.Ext "warranty"}} {{$support := index .Content.Ext "support"}} {{if or $model $version $delivery $warranty $support}}
{{if $model}}
型号{{$model}}
{{end}} {{if $version}}
版本{{$version}}
{{end}} {{if $delivery}}
交付周期{{$delivery}}
{{end}} {{if $warranty}}
质保{{$warranty}}
{{end}} {{if $support}}
技术支持{{$support}}
{{end}}
{{end}} {{end}}

{{.Content.Description}}

Content

产品详情

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