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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if} {if $isGrid}
{foreach from=$cards item=card} {$card nofilter} {/foreach}
{else}
{$Carousel->create()}
{/if} {if $this->getAttribute('footnote')}
{$this->getAttribute('footnote')}
{/if}