Hi,
I have a content type "News" and I want to show it in 2 places with 2 distinct design.
Firstly, I want to show the latest News on the frontpage. To do so, I created a View Block named LATESTNEWS that only shows 1 element of this type. It works.

Secondly, I want a page that shows all the News. To do so, I created a View Page named NEWSPAGE. It works.

My problem is that the node suggestions of my view block LATESTNEWS override the node suggestions of my view page. Instead of showing

node--view--NEWSPAGE.html.twig

, it shows

node--view--LATESTNEWS.html.twig

.

I guess that I could fix my problem with the contextual filters, but I do not understand how they work.

Thank you,
Keldus