I have a template for a custom component heroTeaser that I would like to inherit in another custom component called homeHeroTeaser. How do I do it?
In the new custom component I have configured
sling:resourceSuperType="xxx/components/content/heroTeaser"
Is the homeHeroTeaser.html required? If not, how does it know it has to call heroTeaser.html?