<{if $product = $webshop->getProductById($section.productid)}> <{assign var="leadtext" value=$section.lead}>

<{$section.title}>

<{if $leadtext}>
<{include file="components/wysiwyg.html" content=$section.lead}>
<{/if}>
<{include file="components/product-gallery.html"}>
<{include file="components/product-block-details.html"}>
<{/if}>