{$current_cate.title}
{$current_cate.description}
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="8" item="vo"}
{php}
$announce_url = trim((string)($vo['url'] ?? ''));
$has_announce = $announce_url !== '';
{/php}
{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}