{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=featureList value=$Category->getChildren()} {if count($featureList)} {/if}
{/foreach}