# Context
This component will do several necessities:
- Load the
common-translations (via the/i18n-call) - Checks if the
authTokenexists, otherwise you will be redirected to thelogin-route. - Uses the
Nuxt-component (opens new window) to display the current route
Be aware!
The <Nuxt>-component can only be used in the layout-folder.
Read more about the Nuxt-component (opens new window)