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

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

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