maggioni.xyz/_layouts/main.html

19 lines
391 B
HTML
Raw Normal View History

2021-01-20 14:27:52 +00:00
<!-- vim: set ts=2 sw=2 et tw=80: -->
2016-07-07 19:05:01 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
2021-01-20 14:27:52 +00:00
<body>
<header class="header">
<nav class="head navbar">
<h1 class="title container">{{ site.title }}</h1>
{% include header.html %}
</section>
</header>
<main class="container">
{{ content }}
</main>
{% include footer.html %}
</body>
2016-07-07 19:05:01 +00:00
</html>