public function showTmpl($debug = false)
 {
     $this->setTemplate('/app/tmpl/haml/public/standard_tmpl.haml');
     parent::showTmpl($debug);
     $this->cacheView();
 }