{{include "header.html"}} {{include "nav.html"}} {{include "bread.html"}}
{{ParseTime .Content.CreatedAt "2006-01-02"}}

{{.Content.Title}}

{{.Content.Description}}

{{if .Content.Ext}}
{{$need := index .Content.Ext "need_booking"}} {{if $need}}
预约
{{$need}}
{{end}} {{$people := index .Content.Ext "people"}} {{if $people}}
适合人群
{{$people}}
{{end}} {{$duration := index .Content.Ext "duration"}} {{if $duration}}
时效
{{$duration}}
{{end}}
{{end}}
服务说明
{{.Content.Content|Str2Html}}
办理提示(示例)
到店办理
部分服务需到店核验(示例)
提前留言
留言说明需求与时间更省心(示例)
联系客服
门店信息
{{default (index .ThemesExt "address") "欢迎到店"}}
{{default (index .ThemesExt "tel") "电话请在后台配置"}}
{{default (index .ThemesExt "business_hours") "营业时间请配置"}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}