How-to articles, tricks, and solutions about SYMFONY
Accessing session from TWIG template
In a TWIG template, you can access the session data by using the app.session variable.
Getting all request parameters in Symfony 2
In Symfony 2, you can use the $request->request object to get all request parameters.
How to display string that contains HTML in twig template?
To display a string that contains HTML in a Twig template, you can use the raw filter.