<#assign id_random ='id'+view.rand(10) galleryData=view.gallery(product.getGallery(), product.getImage())>
<#if galleryData?has_content>
${galleryData!}

${title!}

${product.getPriceHtml()}
${priceOtions!}

${description!}
${tabs!}

${view.l('Related Products')}

<#if products??> <#list products as product> <#include productpath>