foo.be/_layouts/default.html

12 lines
192 B
HTML
Raw Normal View History

2015-12-03 01:59:10 +00:00
<!DOCTYPE html>
<html class="t-{{ site.themeColor }}">
2015-12-03 01:59:10 +00:00
{% include head.html %}
<body>
{% include navigation.html %}
{{ content }}
{% include footer.html %}
</body>
</html>