{$current_cate.title}
{$current_cate.description}
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="8" item="vo"}
{php}
$list_empty = isHcListEmpty($hc_content ?? null);
if ($list_empty) {
$empty_text = 'No matching notices';
}
{/php}
{if $list_empty}
{include file="components/empty"}
{else /}
{$hc_content|raw}
{/if}