<{if $section.type == 'popular'}> <{assign var="products" value=$webshop->getPopularProducts()}> <{elseif $section.type == 'category'}> <{assign var="category" value=$webshop->getCategoryByTag($section.selector)}> <{assign var="products" value=$category->getOnlineProducts()}> <{elseif $section.type == 'product'}> <{assign var="products" value=$section.selector}> <{elseif $section.type == 'newest'}> <{assign var="products" value=$webshop->getOnlineProducts()}> <{/if}> <{assign var="max" value=$max|default:4}>

<{$section.title}>

<{$section.leadtext}>
<{if !$section.secondarybuttontext}> <{$section.primarybuttontext}> <{else}> <{$section.primarybuttontext}> <{$section.secondarybuttontext}> <{/if}>
<{include file="components/image.html" width="1600" height="900" image=$section.image object_fit="cover" padding="none" aspect_ratio="full"}>