Both groups' item lists are rendered from the same nested
<fx-repeat id="items"> template, so every group's
item-repeat instance shares the literal id items. The
inner template opts into drop-scope="parent", so items can
be reordered within their own group but cannot be dropped into the
other, structurally identical, sibling group.