In the classic WordPress theme development, there used to be an option that specific posts can have a different layout or page template. Themes by Genesis themes used to accomplish this through visual selectors of layouts.
How can this be achieved in WordPress Block Theme; if for say there are 30 posts with standard Post layout with two columns, but now my one post doesn't want two columns(No sidebar).
How to approach such situation in Block Themes?