In the templates of this application we use the following to display the source code of the current Twig template: ``` twig {{ show_source_code(_self) }} ``` However, Twig 2.x changed the `_self` variable and now it only returns a string of the template path instead of the `Template` object instance. We should change/improve this feature to make the application compatible with Symfony 3.