{query:name=help where=id eq $id/} {if:count($items)>0}
{list:}

{$item['title']}

{$item['content']}
{/list}
{else:}

帮助中心 - 帮助导航

{query:name=help_category}
{$item['name']}
    {if:isset($help_category[$item['id']])} {list:items=$help_category[$item['id']]}
  • {$item['title']}
  • {/list} {/if}
{/query}
{/if}