Slots in new Phoenix component based layouts?

I don’t think the layouts mechanism supports slots. I’d probably make the layout a function component instead and use no layout, but wrap pages in

<.layout>
  <:banner> … </:banner>
  …
</.layout>