I wondered if its possible to have a shared Layout for
the routes
/ and /pricing
but not for /dashboard
e.g. I have a navbar I want to show only on that routes.
From the docs it seems like it's only possible for pages inside folders so
/landing/
/landing/pricing
having a different layout then
/dashboard
would work?