With latest twig there is a new way to do includes Before ``` {% include('template.html') with vars %} ``` After ``` {{ include('template.html', vars) }} ``` is it going to be supported ? The ecosystem is already moving forward and now it breaks my code :) https://github.com/VincentLanglet/Twig-CS-Fixer/issues/228