Make taxonomy use list template of the current section

I got a index page at “/”, a list of components at “/components” and now I want to make a page for a blag at “/blog”, I want the posts of the blog to have taxonomy and I want the taxonomy to use the list.html inside of “/layouts/blog” instead of trying “/layouts/_default/list.html”.

Check this out. Here you can determine which template file to make.

I saw that, and I know it takes the file in my “_default/list.html”, but can I really not have it take the “blog/list.html”?