view _layouts/default.html @ 81:b748a89a04b0 kai

Some layout changes.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 14 Oct 2016 03:15:33 +0200
parents ee20b2a64fe5
children
line wrap: on
line source

<!DOCTYPE html>
<html>

{% include head.html %}

<body>

{% include header.html %}

{{ content }}

{% include footer.html %}

</body>

</html>