{assign var=previewPadding value='md:pr-4'} {if $this->getAttribute('openDirection') == 'right'} {assign var=previewPadding value='md:pl-4'} {/if}
{if $entry.image} {image src=$entry.image width="256" type="resize" loading="lazy" title="{$entry.title|escape:'html'}" class="rounded-full m-4 w-32 h-32"} {/if}
{$entry.title|escape:'html'}
{if $entry.shortDesc}

{$entry.shortDesc|escape:'html'|nl2br}

{/if} {if $entry.longDesc}

{$entry.longDesc}

{/if} {if $entry.url} {locale group="quiqqer/template-tailwindcss" var="btn.learnMore"} {/if}