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

{{if .Single}}{{.Single.Title}}{{else}}服务项目{{end}}

医疗/美容/寄养/疫苗

{{range .List}}{{if .Img}}
{{.Title}}
{{end}}

{{.Title}}

{{if .Price}}¥{{.Price}}{{end}}

{{.Description}}

{{if .Ext}}
{{$type := index .Ext "service_type"}}{{if $type}}{{$type}}{{end}}{{$dur := index .Ext "duration"}}{{if $dur}}{{$dur}}{{end}}{{end}}
{{end}}
{{include "footer.html"}}{{include "js.html"}}