{{template "header" .}}

{{.title}}

{{$catID := 0}} {{if .category}}{{$catID = .category.ID}}{{end}} {{$posts := get_filtered_film_posts host_user.ID $catID 24 0}} {{if gt $posts.count 0}}

{{$posts.count}}

{{range $p := $posts.lists}} {{template "film_card" $p}} {{end}}
{{if gt $posts.max_page 1}} {{end}} {{else}}

该分类下暂无影视内容。

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