You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing a problem in retrieving parameters directly in twig template .
I tried to get request parameter using :
{{ app.request.query.get('name') }} - {{ app.request.query.get('address') }} in twig template.
But it dsnt render anything.
I also have checked above suggestion but there is no satisfactory answer.