{if $Template->getAttribute('content-header')}

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

{if $Site->getAttribute('short')}
{$Site->getAttribute('short')}
{/if}
{/if} {if $Template->getAttribute('content-body') && $Site->getAttribute('content')}
{$Site->getAttribute('content')}
{/if}
{if !isset($errorMessage)}
{else} {$errorMessage} {/if}