Does anyone know the correct syntaxe for a path (in twig) with multiple variables.
I know how to do it for just one variable but for more than one cannot find any syntax explanation/document.
Here for one variable: (but I would like more that one... like variable1_name = article_id and variable2_name = language)
<li><a href="{{ path('RouteName', {'variable1_name': variable1_value}) }}"></a></li>
Thanks