{{include "header.html"}} {{include "nav.html"}}
{{if .Content}}
{{if .Content.Img}} {{.Content.Title}} {{end}}
{{ParseTime .Content.CreatedAt "2006-01-02"}}

{{.Content.Title}}

{{.Content.Description}}

适用场景
{{index .Content.Ext "scenario"}}
核心功能
{{index .Content.Ext "function"}}
接入方式
{{index .Content.Ext "access"}}
部署方式
{{index .Content.Ext "deployment"}}
{{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"}}