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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{foreach $featuredData as $entry}
{if $entry.title}
{$entry.title}
{/if} {if isset($entry.products) && $entry.products} {/if}
{/foreach}