Is it possible to access Route parameter in twig template directly? July 29, 2023 by Tarik You can achieve it like this: {{ app.request.get('name') }}