Hi,
I'm wondering how can i access the taxonomy filter passed via the url in my TWIG-Template.
Simple example
i filter a events for the tag concert and want to print the used filter word on my page...
url: www.mydomain.com/eventslist/tag:concert
how can i print the "concert" tag filter in my twig template?
{{ page.url }} returns only the url without the tag section
br Clemens