How can I modify blog.html.twig (e.g. in the Quark theme) so that it displays a different heading depending on whether I'm on:
- the blog page itself (URL is
/blog) - I want to see "Blog" - have arrived by clicking on a tag (URL is
/tag:mytag) - I want to see "Subject: mytag" - using the Archives plugin (URL is
/archives_month:may_2021) - I want to see "Month: May 2021"
Bonus: Is this described somewhere in the manual, so that I can bookmark it? Or is there a way I could discover the solution through debugging?