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

{{.Content.Title}}

{{.Content.Description}}

{{if .Content.Img}}{{.Content.Title}}{{else}}
{{end}}
{{if .Content.Albums}}
{{range .Content.Albums}}
album
{{end}}
{{end}}
案例信息
{{if .Content.Ext}}
{{$style := index .Content.Ext "style"}} {{if $style}}
风格
{{$style}}
{{end}} {{$length := index .Content.Ext "hair_length"}} {{if $length}}
发长
{{$length}}
{{end}} {{$color := index .Content.Ext "color"}} {{if $color}}
色系
{{$color}}
{{end}} {{$stylist := index .Content.Ext "stylist"}} {{if $stylist}}
造型师
{{$stylist}}
{{end}}
{{else}}
暂无扩展信息
{{end}}
想做同款?
留言时可描述:发长、发质、期望风格(示例)。
{{default (index .ThemesExt "price_hint") "价格以到店评估为准"}}
过程与说明
{{.Content.Content|Str2Html}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}