Bram Dejonckheere
Results
1
issues of
Bram Dejonckheere
$ php artisan twig Twig version 1.15.1 Twig Bridge version 0.5.0 HomeController.php: ``` php public function showWelcome() { return View::make('hello', array('myvar' => 'test')); } ``` hello.twig: ``` html {% if...