= $this->partial('index/steps.phtml', array('step' => '1')); ?>
Check Requirements
if ($this->isValidEnvironment) { ?>
Your environment meets all of the application requirements.
} else { ?>
Your environment does not meet some of the application requirements.
} ?>
= $this->render('index/requirements.partial.phtml'); ?>