{{include "header.html"}} {{include "nav.html"}} {{if .Nav}}
首页 {{range .Nav}} / {{.Name}} {{end}} / {{.Content.Title}}
{{end}} {{if .Content}}
{{ParseTime .Content.CreatedAt "2006-01-02"}} {{if .Content.Author}}作者:{{.Content.Author}}{{end}} {{if .Content.ColumnName}}栏目:{{.Content.ColumnName}}{{end}} {{if .Content.Views}}阅读:{{.Content.Views}}{{end}}

{{.Content.Title}}

{{if .Content.Ext}}
项目信息
{{if index .Content.Ext "challenge"}}
难点:{{index .Content.Ext "challenge"}}
{{end}} {{if index .Content.Ext "solution"}}
方案:{{index .Content.Ext "solution"}}
{{end}} {{if index .Content.Ext "result"}}
结果:{{index .Content.Ext "result"}}
{{end}} {{if index .Content.Ext "cycle"}}
周期:{{index .Content.Ext "cycle"}}
{{end}} {{if index .Content.Ext "scenario"}}
适用场景:{{index .Content.Ext "scenario"}}
{{end}} {{if index .Content.Ext "function"}}
核心功能:{{index .Content.Ext "function"}}
{{end}} {{if index .Content.Ext "access"}}
接入方式:{{index .Content.Ext "access"}}
{{end}} {{if index .Content.Ext "deployment"}}
部署方式:{{index .Content.Ext "deployment"}}
{{end}} {{if index .Content.Ext "support"}}
服务支持:{{index .Content.Ext "support"}}
{{end}} {{if index .Content.Ext "badge"}}
标签:{{index .Content.Ext "badge"}}
{{end}} {{if index .Content.Ext "industry"}}
行业:{{index .Content.Ext "industry"}}
{{end}} {{if index .Content.Ext "painpoint"}}
痛点:{{index .Content.Ext "painpoint"}}
{{end}} {{if index .Content.Ext "architecture"}}
方案架构:{{index .Content.Ext "architecture"}}
{{end}} {{if index .Content.Ext "process"}}
落地步骤:{{index .Content.Ext "process"}}
{{end}} {{if index .Content.Ext "result"}}
效果:{{index .Content.Ext "result"}}
{{end}} {{if index .Content.Ext "cycle"}}
周期:{{index .Content.Ext "cycle"}}
{{end}} {{if index .Content.Ext "customer_type"}}
客户类型:{{index .Content.Ext "customer_type"}}
{{end}}
{{end}} {{if .Content.Description}}

{{.Content.Description}}

{{end}} {{if .Content.Img}}{{.Content.Title}}{{end}}
{{.Content.Content|Str2Html}}
{{if .Content.Tags}}
{{range .Content.Tags}}{{.Name}}{{end}}
{{end}}
{{if .Prev}}上一篇:{{.Prev.Title}}{{end}} {{if .Next}}下一篇:{{.Next.Title}}{{end}}
{{end}} {{include "footer.html"}} {{include "js.html"}}