{include file="components/header"}

{$current_cate.title}

{$current_cate.description}

{volist name="sub_cates" id="vo"} {/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"}