{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

{$this->getAttribute('frontendTitle')}

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

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

{/if} {if $this->getAttribute( 'showShort' )}

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

{/if}
{/if} {if $this->getAttribute( 'showContent' )}

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

{/if}