This commit is contained in:
Timm Szigat
2014-10-20 22:33:40 +02:00
parent cb4d829a8e
commit 39c5f87b66
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>