view _layouts/default.html @ 85:3097ca2663ae kai

Markdownified Commercial support and make list in Downloads.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:37:32 +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>