basic layout and first blog posts

This commit is contained in:
Timm Szigat
2015-09-06 13:31:38 +02:00
parent 12fc75d1de
commit 038c08a7a6
16 changed files with 1248 additions and 373 deletions

View File

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