start-ffhh/_layouts/default.html

19 lines
245 B
HTML
Raw Normal View History

2014-09-02 00:03:54 +02:00
<!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>