@subcomponents/layout v1.4.3

One column

Render one column

<body>
  <main>
</body>

Two column

Render two columns

<body>
  <main>
  <aside>
</body>

Adjacent elements

Render two columns with adjacent elements

<body>
  <any>
  <main>
  <aside>
  <any>
</body>

Caveats