You can use Content Fragments to create reusable content components that can be included in multiple pages. To do this follow the steps given below:
- Create a Content Fragment which contains the content you require
- In the parent page's template, use the <code>cq:include</code> component to include the content fragment
- Configure the fragment to show the desired content depending on specific criteria or conditions.