<?php
if(isset($this->structure) && !empty($this->structure)){
	if( empty($this->structure->layout) )
		$this->structure->layout = 'default';
	$this->layout()->setLayout($this->structure->layout);
}


	echo $this->cmsContent( $this->page, array(
		'bodyClass' => $this->page->key,
		'setSeo' => true,
		'setHeading' => true ,
		'setTaxonomy' => true,
	), $this->preview );
