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

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

<{$landing_page->getDescription()}>

<{*
<{section name="i" loop=$products}> <{assign var="profile" value=$products[i]->getProfile()}> <{assign var="attr" value=$profile->getAttributeList()}>

<{$products[i]->getName()|escape}>

<{assign var="index" value=$smarty.section.i.index}> <{section name="j" loop=$attr}> <{if $attr[j]->getIsVariant() && $attr[j]->getDataType() == "valuelist"}> <{assign var="values" value=$attr[j]->getValues()}> <{/if}> <{/section}> <{/section}> *}>
<{section name="i" loop=$products}>
<{include file="inner-product.html" product=$products[i]}>
<{/section}>
<{if $pager}> <{assign var="pages" value=$pager->render()}> <{if $pages}>

<{$pages}>

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