popov.link/_layouts/default.html
Valentin Popov 08f0f5d528
Standard template
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-05-15 03:43:39 +04:00

21 lines
329 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html class="no-js" lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
{% include head.html %}
<body>
{% include navbar.html %}
<main class="container" role="main">
{{ content }}
</main>
{% include javascript.html %}
</body>
</html>