A primary function of Ratatui seems to be aiding with splitting the terminal into separate parts with different widgets within. I'm having trouble figuring out the intended way of implementing a layout with bevy_ratatui due to how lifetimes work. Having an example which displays usage of layouts in any context would be very helpful!