How do you add a header image to a standard page?
Do I have to edit the base.html.twig file?
I'd prefer to use similar methods seen in the blog and one-page Antimatter skeletons, but I can't get it work on a standard page (jpg in 01.home etc.).
I think there is a new feature allowing this to be done via the Admin panel and the latest version of the Antimatter theme using blueprints, but when I diff the code (1.7.2 vs. 1.7.3) it looks like the change is in blog_item.html.twig (I assume blog_item.html.twig is not used by a standard page).
So what is the cleanest way to have the same image as a header/banner on a site comprised of standard pages?
Thanks.