Hi @con84758 ,
The best approach to re-use a component (OOTB or custom) is to proxy that component.
That means, adding the property
sling:resourceSuperType = <path_to_component>
to the component.
Now, if you want to extend a html for the same, you cannot extend that in 2 ways:
1. Copy the html fi...