Master-Detail inside standard page

I would like to keep the top navbar full width with global navigation menu. Can I nest a Master-detail layout inside the page content so the list and search are not in the top level nav bar of the page?

No, it is not possible. As it is how View works, so such logic can not be nested. What you can is to disable iosDynamicNavbar and remove navbar from pages master and details pages and just put your own navbar as the first child of View element

Thanks! That worked.