{$current_cate.title}
{$current_cate.description}
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo" sort="sort desc"}
{php}
$dl_file = trim((string)($vo['url'] ?? ($vo['thumbnail']['url'] ?? '')));
$has_dl = $dl_file !== '';
{/php}
{/hcTaglib:contentPage}
{php}
$list_empty = isHcListEmpty($hc_content ?? null);
if ($list_empty) {
$empty_text = 'No matching resources';
}
{/php}
{if $list_empty}
{include file="components/empty"}
{else /}
{$hc_content|raw}
{/if}