{include file="components/header"}

{$current_cate.title}

{$current_cate.description}

{php} $filter_cid = (string)input('cid', ''); $filter_all_id = (string)($current_cate['id'] ?? ''); if ($filter_cid === '') { $filter_cid = $filter_all_id; } $filter_keywords = (string)input('keywords', ''); {/php}
{volist name="sub_cates" id="vo"} {php}$vo_id = (string)($vo['id'] ?? '');{/php} {/volist}
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="10" item="vo"}

{$vo.content|strip_tags}

{/hcTaglib:contentPage}
{php} $list_empty = isHcListEmpty($hc_content ?? null); if ($list_empty) { $empty_text = 'No matching FAQs'; } {/php} {if $list_empty} {include file="components/empty"} {else /} {$hc_content|raw} {/if}
{include file="components/mask"} {include file="components/footer"}