{{template "header" .}} {{if .content}}

{{.content.Title}}

{{if or (content_diy .content "rate") (content_diy .content "year") (content_diy .content "region") (content_diy .content "duration")}}
{{if content_diy .content "rate"}}豆瓣 {{content_diy .content "rate"}}{{end}} {{if content_diy .content "year"}}{{content_diy .content "year"}}{{end}} {{if content_diy .content "region"}}{{content_diy .content "region"}}{{end}} {{if content_diy .content "duration"}}{{content_diy .content "duration"}}{{end}}
{{end}} {{if content_diy .content "directors"}}

导演:{{content_diy .content "directors"}}

{{end}} {{if content_diy_list .content "actors"}}

主演: {{range $i, $a := content_diy_list .content "actors"}}{{if $i}} / {{end}}{{$ap := content_by_actor $a}}{{if $ap}}{{$a}}{{else}}{{$a}}{{end}}{{end}}

{{end}} {{if .content.Tags}}
{{the_tags .content.Tags "" "inline-flex px-3 py-1 rounded-full bg-zinc-800 text-gray-300 hover:bg-amber-600 hover:text-white transition-colors"}}
{{end}} {{$plot := vod_blurb_cached .content}}

{{.content.Title}}剧情简介

{{$plot}}

网友短评

{{if .content.Content}}
{{the_content .content.Content}}
{{else if .content.Abstract}}

{{.content.Abstract}}

{{else}}

暂无网友短评。

{{end}}
{{$episodes := get_posts_by_parent host_user.ID .content.ID "film" -1 0 "sort asc"}} {{if gt $episodes.count 0}}

分集剧情

{{range $p := $episodes.lists}} {{$p.Title}} {{end}}
{{end}} {{$related := film_related .content 6}} {{if gt (len $related) 0}}

与《{{.content.Title}}》相似的影片推荐

{{range $r := $related}} {{template "film_card" $r}} {{end}}
{{end}} {{template "film_comments" (dict "content_id" .content.ID)}}
{{else}}
未找到内容
{{end}} {{template "footer" .}}