foo.be/_layouts/default.html
2015-12-30 10:39:19 -05:00

11 lines
187 B
HTML
Executable file

<!DOCTYPE html>
<html class="t-{{ site.theme }}">
{% include head.html %}
<body>
{% include navigation.html %}
{{ content }}
{% include footer.html %}
</body>
</html>