Files
2martens.de/_layouts/default.html
2017-12-24 20:10:30 +01:00

15 lines
212 B
HTML

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include header.html %}
<main class="container">
{{ content }}
</main>
{% include sidebar.html %}
{% include footer.html %}
</body>
</html>