view _layouts/default.html @ 61:6a5226561c9b kai

Markdownify license.md.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 11 Oct 2016 16:02:00 +0200
parents 959937735478
children ee20b2a64fe5
line wrap: on
line source

<!DOCTYPE html>
<html>

{% include head.html %}

<body>

  {% include header.html %}



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

  {% include footer.html %}

</body>

</html>