예제 #1
0
파일: Default.php 프로젝트: nvdnkpr/Enlight
 /**
  * Renders the current template.
  *
  * @return  string
  */
 public function render()
 {
     return $this->template->fetch();
 }