website/_layouts/simple.html

17 lines
147 B
HTML
Raw Normal View History

2019-08-14 12:18:00 +02:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>