{{include "header.html"}} {{include "nav.html"}}
{{if .Content}}
{{if .Content.Img}} {{.Content.Title}} {{end}}
{{index .Content.Ext "location"}} · {{index .Content.Ext "year"}}

{{.Content.Title}}

{{.Content.Description}}

行业场景
{{index .Content.Ext "industry"}}
项目难点
{{index .Content.Ext "challenge"}}
成果数据
{{index .Content.Ext "result"}}
{{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"}}