{if $current_cate['parent_id'] == 38 }
{$current_cate.content|raw}{$current_cate.title}
{$current_cate.description}
{else /}
{hcTaglib:category id="$current_cate['parent_id']" field="id,title,banner,content,description"}
{$hc_category.content|raw}{$hc_category.title}
{$hc_category.description}
{/hcTaglib:category}
{/if}