We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Seems like this may have been a regression when we added named slots.
So something like this should work, but currently does not work. This makes composing content components less useful
@me.content_component def c1(): me.slot() @me.content_component def c3(): with c1(): me.slot()
Activity