Hi peeps, please forgive my rookie question, this is my first time here-- I’m starting my blog from a barebones blank theme with the blog components copied from the Antimatter theme. I don’t have a use for the sidebar included in Block Content on base.html.twig (see below). I see sidebar.html.twig as its content, but what I need is to turn off the sidebar altogether from its parent container. I’m failing to connect the dots between those two. Any ideas? Thanks.
Sigh, I must have edited that away because I don’t see {% block sidebar_navigation %} anywhere, or likely not copied from Antimatter. So I have no idea where the Sidebar is coming from.
To clarify, my theme is a pure blank with Antimatter Blog components copied, as instructed here.
Solved it, in part. I was being silly, it was right there on line 30 on templates/blog.html.twig. Don’t ask me why it was there instead of base.html.twig.