A view element on my page depends on a route parameter and will render something if a route parameter is present. Is it possible to access Route parameter in twig template d
You can achieve it like this:
{{ app.request.get('name') }}