foo.be/_layouts/default.html
2015-12-02 20:59:10 -05:00

11 lines
160 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include navigation.html %}
{{ content }}
{% include footer.html %}
</body>
</html>