Initial commit

This commit is contained in:
kpcyrd 2014-09-02 00:03:54 +02:00
commit 5f280f7dff
12 changed files with 601 additions and 0 deletions

19
_layouts/default.html Normal file
View file

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