{{include "header.html"}} {{include "nav.html"}} {{include "bread.html"}}
{{if .Single}}

{{.Single.Title}}

{{.Single.Description}}

{{else}}

{{.Title}}

{{.Description}}

{{end}}
{{.Pager.TotalItems}} 项服务
{{range .List}}
{{if .Img}} {{.Title}} {{else}}
{{end}}
查看详情

{{.Title}}

{{.Description}}

{{if .Ext}}
{{$type := index .Ext "service_type"}} {{if $type}}{{$type}}{{end}} {{$duration := index .Ext "duration"}} {{if $duration}}{{$duration}}{{end}}
{{end}}
了解详情
{{end}}
{{if .Pager.Enabled}} {{end}}
{{include "footer.html"}} {{include "js.html"}}