Example #1
0
 static function Render()
 {
     self::$Body = self::$Body . ob_get_clean();
     include "_template.php";
 }