Hi,
by default file "default.html.twig" is extended with "base.html.twig"
I created new template: "products-home.html.twig" with the same content as "default.html.twig". I want "products-home.html.twig" to be extended with modified copy of "base.html.twig" called: "base-modified.html.twig".
Unfortunately it is not working. File with template "products-home" is still extended with "base.html.twig", not the modified version called: "base-modified.html.twig".