How to use Slots in Symfony.
Symfony Slots are ways to set simple data in one template, and have it displayed in another. It’s helpful if, for example, you want to set the Title in the layout from a controller actions view. Rather than ramble on about Symfony Slots, I’ll blast through how Slots are used [...]