Files
website/_layouts/default.html
warlordjones 92cf00665a Local-ize the Swiss theme
Ready for bastardisation :D
2019-09-17 22:18:31 +01:00

19 lines
184 B
HTML

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