Hoping someone can help me understand the model better. The scenario I propose is this: I have a Content Fragment Model for a merchandising placement consisting of Title, Description and CTA.
Say I want to display this on multiple pages: as a full-width banner on one page, and as a Small sidebar Tile on another.
On the one hand, it seems that we should be doing this with Experience Fragments. However, having a different front-end design still requires me to create two distinct extensions of the Content Fragment Component. So other than reusability, why would I bother with Experience Fragments if I have to build the components anyway?
In both cases, if I change the Content Fragment data, the implementations would be updated across the site regardless of whether I used Experience Fragment or not.
So are there any legitimate use-cases for combining Content Fragments with Experience Fragments, or have I misunderstood the purpose or intention of these features?