20 lines
326 B
HTML
20 lines
326 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="{{ page.lang | default: site.lang | default: " en " }}">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
<div class="wrapper">
|
|
{% include cover.html %}
|
|
<main aria-label="Content">
|
|
{{ content }}
|
|
</main>
|
|
{% include footer.html %}
|
|
</div>
|
|
</body>
|
|
|
|
</html> |