How do I apply an experience to all views in a SPA?
So I have a page with two key sections on it - stuff above this nav and stuff below it.

If I interact with the nav, the contents of the page below the nav change, while the contents above that nav do not.
The page (on initial load) defaults to showing the "Overview" nav item contents, and our current implementation is such that adobe.target.triggerView("Overview"); will fire at this point in time.
The problem however is, lets say I want to change that image above the nav. When I load the page up in the VEC, the modifications pane says that my current view is "Overview" because of the defaulting described above. This means that any modification made under that circumstance, needs to wait until a call is made to pull in any modifications for the "Overview" view... which is not ideal from a page display timing issue perspective.
Is there a better way to do this so that I apply this modification at a more global state (i.e. not triggered by a single view)?
