I am trying to work out how to do the following:
Situation: User opens website.com
A) If user is logged in, he is shown the "welcome template".
B) If user is not logged in, he is shown the "login template".
I don't want to URL in the browser to change, it should stay as website.com for both outcomes.
How can I get this route setup?