23 lines
461 B
HTML
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> |