{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends file='layouts/layout-both-columns.tpl'} {block name="content_columns"}
{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"}

Hello world! This is HTML5 Boilerplate.

{/block} {hook h='displayContentWrapperBottom'}
{/block} {block name='right_column'}{/block}
{/block}