{if !isset($level)} {assign var=level value=1} {else} {assign var=level value=$level+1} {/if} {if $level == 1} {if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

{$this->getAttribute('frontendTitle')}

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if} {/if} {strip} {assign var=children value=$Site->getNavigation()} {if count( $children )} {/if} {/strip}