2
0

Initial work on a new web design.

This commit is contained in:
Maarten Billemont
2017-05-28 15:34:07 -04:00
parent 2e2c654ec9
commit 3c3f88d820
42 changed files with 784 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>