Files
siphalor.de/_layouts/default.html
2019-03-24 17:47:48 +07:00

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>