template slots: handle slots being added after the first render
Compare changes
On April, 24th between 18:00 and 22:00 gitlab.tugraz.at is maybe not available (Reason: maintenance work / gitlab updates).
Instead of querying the slots in the shadow DOM after the first render just add all available slots to the light DOM.
This fixes missing filled slots when slots where added after the first render, for example if they were used only after some property is set.