{{if .Nav}}
{{end}}
{{end}}
{{if .Content.Tags}}
{{.Content.Title}}
{{ParseTime .Content.CreatedAt "2006-01-02"}}
{{if .Content.ColumnURL}}
{{.Content.ColumnName}}
{{end}}
{{if .Content.Views}}
{{.Content.Views}} 浏览
{{end}}
{{if .Content.Author}}
{{.Content.Author}}
{{end}}
{{if .Content.Ext}}
{{if eq .CurrentColumn.Slug "team"}}
{{$position := index .Content.Ext "position"}}
{{$experience := index .Content.Ext "experience"}}
{{$license := index .Content.Ext "license"}}
{{$specialty := index .Content.Ext "specialty"}}
{{if $position}}
职位:{{$position}}
{{end}}
{{if $experience}}从业年限:{{$experience}}
{{end}}
{{if $license}}执业资格:{{$license}}
{{end}}
{{if $specialty}}专业领域:{{$specialty}}
{{end}}
{{else if eq .CurrentColumn.Slug "services"}}
{{$serviceType := index .Content.Ext "service_type"}}
{{$priceRange := index .Content.Ext "price_range"}}
{{$duration := index .Content.Ext "duration"}}
{{if $serviceType}}服务类型:{{$serviceType}}
{{end}}
{{if $priceRange}}价格区间:{{$priceRange}}
{{end}}
{{if $duration}}服务周期:{{$duration}}
{{end}}
{{else if eq .CurrentColumn.Slug "cases"}}
{{$caseType := index .Content.Ext "case_type"}}
{{$result := index .Content.Ext "result"}}
{{$amount := index .Content.Ext "amount"}}
{{if $caseType}}案例类型:{{$caseType}}
{{end}}
{{if $amount}}涉案金额:{{$amount}}
{{end}}
{{if $result}}案件结果:{{$result}}
{{end}}
{{else if eq .CurrentColumn.Slug "news"}}
{{$newsType := index .Content.Ext "news_type"}}
{{$source := index .Content.Ext "source"}}
{{if $newsType}}资讯类型:{{$newsType}}
{{end}}
{{if $source}}信息来源:{{$source}}
{{end}}
{{end}}
{{range .Content.Tags}}
#{{.Name}}
{{end}}
{{end}}
{{$related := Related .Content.Id 3}}
{{if $related}}
{{end}}
{{if or .Prev .Next}}
{{end}}
相关文章
{{range $related}}
{{if .Img}}
{{else}}
{{end}}
{{end}}
{{.Title}}
{{ParseTime .CreatedAt "2006-01-02"}}
{{if .Prev}}
{{end}}
{{if .Next}}
{{end}}
上一篇
{{.Prev.Title}}
下一篇
{{.Next.Title}}
文章目录
最新文章
{{range $latest}}
{{.Title}}
{{ParseTime .CreatedAt "01-02"}}
{{end}}
热门标签
{{range $tags}}
{{.Name}}
{{end}}