<?php snippet('header') ?>
  <main class="row" role="main">
    <div class="col-9 col-m-8 text">
      <h1><?php echo $page->title()->html() ?></h1>
      <?php echo $page->text()->kirbytext() ?>
    </div>
      
    <div class="col-3 col-m-4 sidebar">
        <?php snippet('sidebar') ?>
    </div>
  </main>
<?php snippet('footer') ?>