{if $this->getAttribute( 'showImage' ) && $Site->getAttribute('image_site')}
{image src=$Site->getAttribute('image_site') width=1400}
{/if}
{if $this->getAttribute( 'showTitle' ) || $this->getAttribute( 'showShort' )}
{$Site->getAttribute('short')}
{$Site->getAttribute('title')}
{/if}
{if $this->getAttribute( 'showShort' )}
{$Site->getAttribute('content')}
{/if}