Example #1
0
 public function content($indent)
 {
     $filename = 'content/' . $this->page . '.php';
     return Template::beautyRequire($filename, $indent, $this->content);
 }