start-ffhh/_layouts/default.html

16 lines
202 B
HTML
Raw Normal View History

2014-09-02 00:03:54 +02:00
<!DOCTYPE html>
<html>
2014-09-09 19:18:10 +02:00
{% include head.html %}
2014-09-02 00:03:54 +02:00
<body>
{% include header.html %}
2014-09-10 15:48:10 +02:00
<div class="wrap">
2014-09-09 19:18:10 +02:00
{{ content }}
2014-09-02 00:03:54 +02:00
</div>
{% include footer.html %}
</body>
2014-09-09 19:18:10 +02:00
</html>