view _layouts/default.html @ 69:ee20b2a64fe5 kai

maint: some code refactoring.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 13 Oct 2016 17:43:50 +0200
parents 959937735478
children b748a89a04b0
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>