So the design I was given to develop, I need 3 sections: one in the main content column, one in the side column and one at the bottom (full width)
There is a code {%- for block in section.blocks -%} but that seems to always list the same section. Is there a way to create 2 new sections for the pagebuilder and how can I call them in the code? (like have section1.blocks, section2.blocks, etc.)