Services in Twig
In a recent project of ours, we needed to conditionally link a CSS file if it existed for a given tenant within a multi-tenant system. We didn't want to have every controller or action have to check for this file and pass the results to Twig. Luckily for us, there's a better way!