{{include "header.html"}} {{include "nav.html"}} {{include "bread.html"}}
{{if .Content.Img}}{{.Content.Title}}{{else}}
{{end}}
{{ParseTime .Content.CreatedAt "2006-01-02"}}

{{.Content.Title}}

{{.Content.Description}}

{{if .Content.Ext}}
{{$skill := index .Content.Ext "skill"}} {{if $skill}}
擅长
{{$skill}}
{{end}} {{$exp := index .Content.Ext "exp"}} {{if $exp}}
经验
{{$exp}}
{{end}} {{$focus := index .Content.Ext "focus"}} {{if $focus}}
风格偏好
{{$focus}}
{{end}}
{{end}}
关于我
{{.Content.Content|Str2Html}}
{{$rel := Related .Content.Id 6}} {{if $rel}}
更多推荐
{{end}}
{{include "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}}