{{template "header" .}}

{{if .title}}{{.title}}{{else}}热度排行{{end}}

{{$top_posts := get_posts host_user.ID 0 "film_index" 24 0 "view_count desc"}} {{if gt $top_posts.count 0}}
{{range $p := $top_posts.lists}} {{template "film_card" (dict "post" $p "extraClass" "zanpian-rank-card" "meta" (printf "热度 %v" $p.ViewCount))}} {{end}}
{{else}}

暂无榜单数据。

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