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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{foreach $entries as $entry}
{if $entry['image']}
{image src=$entry['image'] loading="lazy"}
{/if} {if $entry['entryTitle']}

{$entry['entryTitle']}

{/if} {if $entry['entryContent']}
{$entry['entryContent']}
{/if}
{/foreach}