I want to create (or use) different layouts in Wagtail CMS. Such as
HEADER
left-content-right
FOOTER
HEADER
left-content
FOOTER
HEADER
content-right
FOOTER
I want to create a page. Then select a layout for this page. Last, I want to assign StreamFields (or components) to diffent layout locations (left, right, content) from admin panel. How can I do this? Is it possible? For example is it the right option Wagtail Gridder or Panel?