{# ```twig #} {#``` Pass the links and the current URL explicitly so nothing else leaks into scope: ```twig {% include 'blades/links.twig' with { links: menu, current_url: app.request.pathInfo } only %} ``` #}