OK, sure I can see thats not a good explanation.
Im struggling to explain this. If I do a page structure its not going to help, as it will look like I just want a new default page.
What about this, if this below is the basic website with blog pages structure
/user
└── /pages
├── /01.blog
│ ├── /blog-item-1
│ ├── /blog-item-2
│ ├── /blog-item-3
├── /02.page 1
├── /03.page 2
└── /error
In theory I could alter the page /01.blog with the template blog.html.twig, and I could make it just display items with the tag 'yellow' right? I would have a new edited version of /01.blog
Now suppose I wanted to use both the unedited and edited versions of /01.blog? so my blog could both display all my blog posts as usual and on another blog page it could display only the posts with the 'yellow' tag.
Now suppose I want in our file structure /03. page 2, which is a flat default page to in fact show what the edited version of the blog posts is?
Is this possible?