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

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

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if}
{foreach from=$entries item=entry key=key}
{if isset($entry['entryTitle'])}
{$entry['entryTitle']}
{/if} {if isset($entry['entryContent'])}
{$entry['entryContent']}
{/if}
{/foreach} {if $useFaqStructuredData} {$this->createJSONLDFAQSchemaCode()} {/if}