{block name='left_column'}
{if $page.page_name === 'product'}
{hook h='displayLeftColumnProduct'}
{else}
{hook h='displayLeftColumn'}
{/if}
{/block}
{block name='content_wrapper'}
{hook h='displayContentWrapperTop'}
{block name='content'}
{/block}
{block name='right_column'}
Hello world! This is HTML5 Boilerplate.
{/block} {hook h='displayContentWrapperBottom'}
{if $page.page_name === 'product'}
{hook h='displayRightColumnProduct'}
{else}
{hook h='displayRightColumn'}
{/if}
{/block}