popov.link/_layouts/default.html
Valentin Popov 187bf204d4 Base layer
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-11 00:17:34 +00:00

23 lines
350 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
{% include head.html %}
<body>
<main class="wrapper">
{% include header.html %}
<div class="content">
{{ content }}
</div>
{% include footer.html %}
</main>
</body>
</html>