Include a static block inside of a dynamic block
Server rendered blocks like that can’t have child blocks. The closest you can do is call do_blocks and pass it block markup, but this means pre-creating the block in the editor, and copy pasting it out. It would not be modifiable in the editor, or appear as a block. It would just be additional HTML … Read more