I use layouts for my content and every layout is displayed as a <section> in my HTML.
The issue is, sometimes I have to create one layout (or section) just for a headline, which is not so nice semantically.
I made a little sketch:
I’d rather have the headline above and not in the left column, while still only having one <section> in my HTML. Is this possible?
