so let's say there's a route called like, about
Then the URL is pretty easy: https://mysite.com/about
But let's say that in the route you want to also render user
or settings
depending on the user's actions
What does that URL look like?
https://mysite.com/about/with/settings
https://mysite.com/about?settings