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.
{% block body %}
<section id="body">
<div class="wrapper padding">
{% block content %}{% endblock %}
</div>
</section>
{% endblock %}