{{template "header" .}}
{{$heroes := douban_feed_hero host_user.ID}} {{if gt (len $heroes) 0}}
{{if gt (len $heroes) 1}}
{{range $i, $h := $heroes}} {{end}}
{{end}}
{{else}}

暂无影片

{{end}}
{{range $i, $block := douban_feed_latest host_user.ID}} {{if gt (len $block.Items) 0}} {{if eq $i 0}}

热门上映

更多
{{range $item := $block.Items}} {{template "film_card_trend" (douban_feed_card host_user.ID $item)}} {{end}}
{{else}}

{{$block.Name}}

{{range $item := $block.Items}} {{template "film_card" (douban_feed_card host_user.ID $item)}} {{end}}
{{end}} {{end}} {{end}} {{range $block := get_category_list 0 "film"}} {{if and (ne $block.Path "hero") (ne $block.Title "推荐") (ne $block.Title "首页推荐")}} {{$items := get_posts host_user.ID $block.ID "film_index" 12 0 "created_at desc"}} {{if gt $items.count 0}}

{{$block.Title}}推荐

{{if ge $items.count 12}} 查看更多 {{end}}
{{$children := get_category_list $block.ID "film"}} {{if gt (len $children) 0}}
推荐 {{range $child := $children}} {{$child.Title}} {{end}}
{{end}}
{{range $p := $items.lists}} {{template "film_card" $p}} {{end}}
{{end}} {{end}} {{end}}

开通会员,畅享海量影视内容

高清画质 · 无广告 · 多端同步 · 抢先观看

立即开通
{{template "footer" .}}