<{if $section.type == 'category'}> <{assign var="category" value=$webshop->getCategoryByTag($section.selector)}> <{elseif $section.type == 'landing_page'}> <{assign var="category" value=$webshop->getLandingPageByTag($section.selector)}> <{/if}> <{if $section.type2 == 'category'}> <{assign var="category2" value=$webshop->getCategoryByTag($section.selector2)}> <{elseif $section.type2 == 'landing_page'}> <{assign var="category2" value=$webshop->getLandingPageByTag($section.selector)}> <{/if}> <{if $section.type3 == 'category'}> <{assign var="category3" value=$webshop->getCategoryByTag($section.selector3)}> <{elseif $section.type3 == 'landing_page'}> <{assign var="category3" value=$webshop->getLandingPageByTag($section.selector3)}> <{/if}>

<{$section.pretitle}>

<{$section.title}>

<{include file="components/wysiwyg.html" content=$section.leadtext}> <{$section.button}>
<{include file="components/image.html" width="1600" height="900" image=$section.image object_fit="cover" padding="none" aspect_ratio="full"}>