1
0
forked from Chaospott/site
This commit is contained in:
Timm Szigat
2014-10-20 22:33:40 +02:00
parent 7ba92a791d
commit 14b52dc963
14 changed files with 766 additions and 46 deletions

20
_layouts/default.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>