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

{{if .Single}}{{.Single.Column.Title}}{{else if .CurrentColumn}}{{.CurrentColumn.Title}}{{else}}产品服务{{end}}

{{if .Single}}{{if .Single.Column.Description}}

{{.Single.Column.Description}}

{{end}}{{else if .CurrentColumn}}{{if .CurrentColumn.Description}}

{{.CurrentColumn.Description}}

{{end}}{{end}}
{{if .List}}
{{range .List}}
{{if .Img}}{{.Title}}{{end}}
{{if .Ext}}{{if index .Ext "badge"}}{{index .Ext "badge"}}{{end}}{{end}} {{if .Ext}}{{if index .Ext "deploy"}}{{index .Ext "deploy"}}{{end}}{{end}}

{{.Title}}

{{StrSub .Description 100}}

{{if .Ext}}{{if index .Ext "cycle"}}
交付周期:{{index .Ext "cycle"}}
{{end}}{{end}} {{if .Ext}}{{if index .Ext "industry"}}
适用行业:{{index .Ext "industry"}}
{{end}}{{end}} {{if .Ext}}{{if index .Ext "integration"}}
集成能力:{{index .Ext "integration"}}
{{end}}{{end}}
{{end}}
{{if .Pager.Enabled}}
{{if .Pager.HasPrev}}上一页{{end}} {{range .Pager.Items}}{{if .Active}}{{.Label}}{{else if .URL}}{{.Label}}{{end}}{{end}} {{if .Pager.HasNext}}下一页{{end}}
{{end}} {{else}}
暂无产品
{{end}}
{{include "footer.html"}} {{include "js.html"}}