{if $showPageTitle || $showPageShort}
{if $showPageTitle}

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

{/if} {if $Site->getAttribute('short') && $showPageShort}
{$Site->getAttribute('short')|nl2br}
{/if}
{/if} {$Template->getBody()}