{{template "header" .}} {{if .content}}
{{if the_upload .content}} {{.content.Title}} {{else}} {{first_char .content.Title}} {{end}}

{{.content.Title}}介绍

{{if .content.Abstract}}

{{.content.Abstract}}

{{end}}
{{the_content .content.Content}}
{{$films := films_by_actor .content.Title 12}} {{if gt (len $films) 0}}

{{.content.Title}}相关作品

{{range $f := $films}} {{template "film_card" $f}} {{end}}
{{end}}
{{else}}

{{.title}}

{{$posts := get_posts host_user.ID .category.ID "artist" 24 0 "id asc"}} {{if gt $posts.count 0}} {{if gt $posts.max_page 0}} {{end}} {{else}}

暂无演员介绍(post_type=artist)。

{{end}}
{{end}} {{template "footer" .}}