I have an element that may or may not be displayed on every internal page of the application, depending on the application state. I want to be able to update the state globally and in real time without having to manually subscribe in each liveview, as the rendering decision based on state happens in the layout and not the liveview.
Thank you!