{{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}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}