Files
siphalor.de/_layouts/page.html
2019-09-03 14:45:05 +07:00

23 lines
461 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: " en " }}">
{% include head.html %}
<body>
{% include navbar.html %}
<div class="wrapper">
<header class="header">
<h1 class="header-title" itemprop="headline">{{ page.title | escape }}.</h1>
</header>
<main class="page-content" aria-label="Content">
{{ content }}
</main>
{% include footer.html %}
</div>
</body>
</html>