<?php
$this->layout()->setLayout($this->layout);
echo $this->cmsContent( $this->page, array(
	'bodyClass' => $this->page->key,
	'setSeo' => true,
	'setHeading' => true 
) );
$this->seo = $this->page->seo;