<{capture name="title"}><{$landing_page->getName()}><{/capture}>

<{$landing_page->getName()|escape}>

<{$landing_page->getDescription()}>

<{assign var="productposition" value=1}> <{section name="productlist" loop=$products}>
<{include file="inner-product.html" product=$products[productlist]}>
<{/section}>
<{if $pager}> <{assign var="pages" value=$pager->render()}> <{if $pages}>

<{$pages}>

<{/if}> <{/if}>