{{template "header" .}}
{{if .vod_match_mode}}

{{if .content}}{{.content.Title}}{{else}}{{.title}}{{end}}

{{if .content}} {{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}} {{end}} {{$plot := ""}} {{if .content}}{{$plot = vod_blurb_cached .content}}{{end}}

剧情简介

{{$plot}}
{{else}} {{if .vod_fetch_error}} {{end}}
{{if .vod_detail}}
{{else}}
{{end}}
{{if and .vod_detail .vod_detail.Episodes (gt (len .vod_detail.Episodes) 1)}} {{$epIdx := 0}} {{if .episode}}{{$epIdx = str_atoi .episode}}{{end}} {{$epTotal := len .vod_detail.Episodes}}
{{range $i, $ep := .vod_detail.Episodes}} {{end}}
{{else}} {{end}}

{{if .vod_detail}}{{.vod_detail.Name}}{{else}}…{{end}}

{{if .vod_detail}} {{if and .vod_detail.Score (ne .vod_detail.Score "0.0")}}{{.vod_detail.Score}}{{end}} {{if .vod_detail.Year}}{{.vod_detail.Year}}{{end}} {{if .vod_detail.Area}}{{.vod_detail.Area}}{{end}} {{if .vod_detail.Type}}{{.vod_detail.Type}}{{end}} {{if .vod_detail.Remarks}}{{.vod_detail.Remarks}}{{end}} {{end}}

剧情简介

{{if .vod_detail}}{{.vod_detail.Blurb}}{{end}}
{{if .vod_detail}} {{end}} {{end}}
{{template "footer" .}}