view _layouts/default.html @ 91:3269c95e98d9 kai

Some more website development documentation.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 21:08:49 +0200
parents b748a89a04b0
children
line wrap: on
line source

<!DOCTYPE html>
<html>

{% include head.html %}

<body>

{% include header.html %}

{{ content }}

{% include footer.html %}

</body>

</html>