private function passBlocks()
 {
     $tpl = new Template($this->parent);
     $tpl->addBlocks($this->blocks);
     $tpl->run();
     return $tpl->getHTML();
 }