{{include "header.html"}} {{include "nav.html"}}
{{if .Content}}
{{if .Content.Img}} {{.Content.Title}} {{end}}
{{index .Content.Ext "model"}}

{{.Content.Title}}

{{.Content.Description}}

关键参数
{{index .Content.Ext "spec"}}
安装方式
{{index .Content.Ext "install"}}
适用环境
{{index .Content.Ext "environment"}}
质保
{{index .Content.Ext "warranty"}}
{{if .Content.Albums}}

设备相册

{{range $index, $img := .Content.Albums}} {{end}}
{{end}}
{{.Content.Content|Str2Html}}
{{if or .Prev .Next}}
{{if .Prev}}上一篇:{{.Prev.Title}}{{end}} {{if .Next}}下一篇:{{.Next.Title}}{{end}}
{{end}}
{{include "sidebar.html"}}
{{end}}
{{include "footer.html"}} {{include "js.html"}}