<?php $this->title = 'Some title'; $this->obStart('tmp_wrapper.php'); ?> <h1>Hello <?=$name?>!</h1> <p>How are you?</p> <?php echo $this->render('tmp_model', array(), FALSE); ?> <?php $this->obEnd(); ?>