{if ($this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')) || $this->getAttribute('content') != ""}
{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{/if}
{if $this->getAttribute('videoButton') !== 'disable'} {include file=$buttonFile} {/if}