view _layouts/default.html @ 46:171ca967fcc9 kai

Start new development branch closer to the current website, but more lightweigt for further maintanence.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 02:08:11 +0200
parents 7abe02bf29ec
children 959937735478
line wrap: on
line source

<!DOCTYPE html>
<html>

{% include head.html %}

<body>

  {% include header.html %}



  <div class="page-content">
    <h1>{{ page.title }}</h1>
    {{ content }}
  </div>

  {% include footer.html %}

</body>

</html>