Include list.html from a section into home.html

Hi !

I have a “products” section with different products that are rendered as a list or a single page (depending on the URL). I would like to include the renderer list (as seen in /products/) in home.html.

The way that /products/ is currently rendered is:

→ under layouts/ there’s a /products/list.html that includes a partial that is in layouts/partials/bs-card-product.html

Is there an (elegant) way to include the rendered products list inside home.html ? (the site root)

Thank you in advance!