I want to external my js code but there is twig variable. What are your tricks ?
team: {{ 'Select your team'|trans }}
Thanks,
I want to external my js code but there is twig variable. What are your tricks ?
team: {{ 'Select your team'|trans }}
Thanks,
I just set my twig vars as globals before requiring any javascript files.
Another aproach I use is to forsee a javascript block in my main template
base.twig.html
page.html.twig