website/_layouts/simple.html
2019-08-14 12:18:00 +02:00

16 lines
147 B
HTML

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