All files extend base.html.twig
in my Symfony (v4.4) project.
I would like to know, how to send data in base.html.twig
, because it doesn't have a route.
That would allow me to send categories (title) to the nav bar.
How can I do it?
All files extend base.html.twig
in my Symfony (v4.4) project.
I would like to know, how to send data in base.html.twig
, because it doesn't have a route.
That would allow me to send categories (title) to the nav bar.
How can I do it?