{include file="components/header"}

{$current_cate.title}

{$current_cate.description}

{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo"} {/hcTaglib:contentPage}
{php} $list_empty = isHcListEmpty($hc_content ?? null); if ($list_empty) { $empty_text = '暂无相关视频'; } {/php} {if $list_empty} {include file="components/empty"} {else /} {$hc_content|raw} {/if}
{include file="components/mask"} {include file="components/footer"}