public function render(array $data = array())
 {
     return $this->templating->render($this->template, $data);
 }