{{include "header.html"}}{{include "nav.html"}}{{include "bread.html"}}
{{if .Content.Img}}
{{.Content.Title}}
{{end}}

{{.Content.Title}}

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

{{.Content.Description}}

{{if .Content.Ext}}
{{$type := index .Content.Ext "package_type"}}{{if $type}}
套餐类型
{{$type}}
{{end}} {{$dur := index .Content.Ext "duration"}}{{if $dur}}
拍摄时长
{{$dur}}
{{end}} {{$ph := index .Content.Ext "photos"}}{{if $ph}}
精修张数
{{$ph}}
{{end}} {{$inc := index .Content.Ext "includes"}}{{if $inc}}
包含内容
{{$inc}}
{{end}}
{{end}}
{{.Content.Content|Str2Html}}
{{include "footer.html"}}{{include "js.html"}}