I'm making a site where the left column is navigation and the right side is the content. I want the site navigation in the top of the left column and the navigation of the page in the left column under the site navigation.
How do I set this up with outlets?
Do I make the lower left nav the outlet of the top parent path then how do I make the main content?
Do I load the page navigation in the parent and make the main content the outlet? It would work, but it breaks the separation of functionality I'm hoping to achieve.
Thank you for your help!