We need to either support nested layouts or refuse to render them.
Currently, the behavior when layouts are nested is undefined. We should either:
- Implement proper support for nested layouts
- Detect nested layouts and throw an error/refuse to render with a clear message
We need to either support nested layouts or refuse to render them.
Currently, the behavior when layouts are nested is undefined. We should either: