{{include "header.html"}} {{include "nav.html"}}

解决方案

按场景、痛点和预期结果组织内容,帮助客户快速判断方案是否适配。

{{if .List}}
{{range .List}}
{{if .Img}}{{.Title}}{{end}}
{{if .Ext}}{{if index .Ext "industry"}}{{index .Ext "industry"}}{{end}}{{end}} {{if .Ext}}{{if index .Ext "scenario"}}{{index .Ext "scenario"}}{{end}}{{end}}

{{.Title}}

{{StrSub .Description 100}}

{{end}}
{{else}}
暂无方案
{{end}}
{{include "footer.html"}} {{include "js.html"}}