{{template "header" .}} {{if .content}} {{if the_upload .content}} {{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}} {{range $p := $posts.lists}} {{if the_upload $p}} {{else if content_diy $p "poster"}} {{else}} {{first_char $p.Title}} {{end}} {{$p.Title}} {{end}} {{if gt $posts.max_page 0}} {{previous_post_link `上一页` $posts.count 0}} {{$posts.current_page}} / {{$posts.max_page}} {{next_post_link `下一页` $posts.count 0}} {{end}} {{else}} 暂无演员介绍(post_type=artist)。 {{end}} {{end}} {{template "footer" .}}
{{.content.Abstract}}
{{$p.Title}}
暂无演员介绍(post_type=artist)。