chaospott-site/_layouts/default.html
Timm Szigat 14b52dc963
2014-10-20 22:33:40 +02:00

21 lines
248 B
HTML

<!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>