<?php 
$this->layout()->setLayout('home');				
echo $this->cmsContent( 'home-page', array( 'bodyClass' => 'homepage', 'setSeo' => true,'wrapperLayout'=>false,'wrapperContent'=>'article','setHeading'=>false , 'setTaxonomy' => true ) ); 
?>
