I'm making a theme that inherits from antimatter, and the templates inherit from base.html.twig.
I'd my template "has-header" to add classes to the <body> element, as if all pages using that template also defined "body_classes" in their yaml frontmatter.
Is there a nice way to do this without duplication? Apologies for such a simple question!