/**
  * render the uncompiled source
  *
  * @param Template $_template template object
  */
 public function renderUncompiled(Template $_template)
 {
     return $this->handler->renderUncompiled($this, $_template);
 }