<{if $template->getName()}>

<{$template->getName()}>

<{/if}> <{if $template->getDescriptionA()}> <{if $settings.categories.enable_collapse_desription_a}>
<{include file="components/wysiwyg.html" content=$template->getDescriptionA()}>
<{else}>
<{include file="components/wysiwyg.html" content=$template->getDescriptionA()}>
<{/if}> <{/if}>
<{if $template->getExtensionValue('image')}>
<{include file="components/image.html" width="1600" height="900" aspect_ratio="full" padding="none" object_fit="cover" image=$template->getExtensionValue('image')}>
<{/if}>