Host Symbols in their own passive capsule

There’s maybe a reaso for why what i’m going to ask is stupid, I suspect there’s one, but I can"t find it.

Right now, if I have a footer element structure like:

section
  container
    rest-of-the-structure

And I make a symbol out of it, I end up with the Symbol being represented by the upper section element

If I need to change the structure on the upper element, I can’t. I can’t for example transform it to:

section
section
  container
   rest

If the Symbol was actually wrapping my structure in a totally passive element, I could rework my structure as I want without having to give up on that symbol, redo it and replace it on every page.

1 Like