Currently, layouts (header, footer, page (expressive) layouts, navigation) cannot: - [ ] use include features (`<panel src="...">` & `<include>`) (with the exception of expressive layouts) - [ ] use `<variable>` / `<import>` correctly (variables are not erased, imports do not work with live reload) - [ ] use plugin elements correctly (as `preRender` is not executed for layouts) - ❔ Is this by design? If not, a very large refactor may be due to fix the processing order
Currently, layouts (header, footer, page (expressive) layouts, navigation) cannot:
<panel src="...">&<include>) (with the exception of expressive layouts)<variable>/<import>correctly (variables are not erased, imports do not work with live reload)preRenderis not executed for layouts)Is this by design?
If not, a very large refactor may be due to fix the processing order