view _layouts/default.html @ 83:ed7a53f68316 kai

Add link to website repository.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:34:45 +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>