I want to print the local task bar used when users register/login/reset password at another part of the page, than the other local task bars. The base route for these menu links is user.page: https://github.com/drupal/drupal/blob/8d0135d52be12024d70036420f271677ab6aa7d9/core/modules/user/user.links.task.yml#L11-L26 Can I use twig to achieve this? Or do I need to use some preprocessing?Read more