Hi
I want to pass over “dark” or “light” into my navigation partial, and was wondering is there is a way to pass this via the include? Something like the following…
{% include 'partials/footer.html.twig', 'dark' %}
Which I could then access on the partial page and include in the elements class.