Skip to content

Instantly share code, notes, and snippets.

@Max-AR
Created August 17, 2016 03:52
Show Gist options
  • Save Max-AR/d59584611310a1e548657e03cd581a6b to your computer and use it in GitHub Desktop.
Save Max-AR/d59584611310a1e548657e03cd581a6b to your computer and use it in GitHub Desktop.
<?php snippet('header') ?>
<main class="main" role="main">
<div class="text">
<h1><?php echo $page->title()->html() ?></h1>
<?php echo $page->text()->kirbytext() ?>
</div>
</main>
<?php snippet('footer') ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment