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

21 lines
348 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">
{% include jumbotron.html %}
<main aria-label="Content">
{{ content }}
</main>
{% include footer.html %}
</div>
</body>
</html>