{{template "header" .}}
{{$kw := or (search_keyword) .title}} {{$type := search_type}} {{$searchBase := get_option "search_url"}} {{if $kw}}

搜索「{{$kw}}」的结果

{{if eq $type `vod`}}
正在搜索…
{{else}} {{$posts := get_posts host_user.ID 0 $type 20 0 "created_at desc"}} {{if gt $posts.count 0}}

{{$posts.count}}

{{if or (eq $type `film_index`) (eq $type `film`)}}
{{range $v := $posts.lists}} {{template "film_card" $v}} {{end}}
{{else if eq $type `artist`}} {{else}} {{end}} {{if gt $posts.max_page 1}} {{end}} {{else}}

未搜索到相关内容,请尝试更换关键词或切换类型。

{{end}} {{end}} {{else}}

搜索

输入影片、演员或短剧名称,搜索全站资源与本地内容。

支持搜索外部资源站与站内影视、演员内容

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