{if $showPageTitle || $showPageShort}

{$Site->getAttribute('title')|escape:'html'}

{if $Site->getAttribute('short')}
{$Site->getAttribute('short')|escape:'html'|nl2br}
{/if}
{/if} {$Template->getBody()}