コード例 #1
0
ファイル: Response.php プロジェクト: Giseudo/ampersand
 public function template($template)
 {
     $this->write(\Render::template($template));
 }