reactolith provides a simple slot mechanism: any direct
child of a custom component carrying a slot attribute is
captured as a slot prop with the slot's inner content
(not the wrapping element).
Use <template slot="…"> when you don't want the
wrapping element to appear in the rendered DOM.