{if $Template->getAttribute('content-header')}

{$Site->getAttribute('title')}

{if $Site->getAttribute('short')}
{$Site->getAttribute('short')|nl2br}
{/if}
{/if} {if $Template->getAttribute('content-body') && $Site->getAttribute('content')}
{$Site->getAttribute('content')}
{/if}
{foreach from=$categories item=Category}

{$Category->getAttribute('title')}

{$Category->getAttribute('short')}
{assign var=faqList value=$Category->getChildren()} {if count($faqList)} {/if}
{/foreach}