Posted on 02/06/2020 13:31:49
Okay, let me see if I get this:
My current structure is like this.
For the content I try to render:
/Designs/{{DESIGN}}/ContentPage/Paragraph/StandardParagraphTwo.cshtml
For the product page where I try to render the content
/Designs/{{DESIGN}}/eCom/Product/ProductDetails.cshtml
What you are suggesting is that I try to create a top layout folder named "_shared", and move the structure inside this, so it will look like this:
For the content I try to render:
/Designs/{{DESIGN}}/_shared/ContentPage/Paragraph/StandardParagraphTwo.cshtml
For the product page where I try to render the content
/Designs/{{DESIGN}}/_shared/eCom/Product/ProductDetails.cshtml