{block name='page_content_container'}
{block name='notifications'} {include file='_partials/notifications.tpl'} {/block} {*{block name='page_content'}*} @if (contentControl) { @include(contentControl) } else { {if isset($content_tpl)} {if $content_tpl == 'cart'} {include file="../templates/commons/cart.tpl"} {elseif $content_tpl == 'product'} {include file="../templates/commons/product.tpl"} {elseif $content_tpl == 'products'} {include file="../templates/commons/products.tpl"} {else} {include file="../templates/commons/blog.tpl"} {/if} {else} {block name='hook_home'} {$HOOK_HOME nofilter} {/block} {/if} } {*{/block}*}
{/block}