start-ffhh/_layouts/default.html
2014-09-10 15:48:10 +02:00

16 lines
202 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="wrap">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>