popov.link/_layouts/default.html
Valentin Popov c5b63ba4f1
Minimal page templates
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-05-15 15:05:33 +04:00

20 lines
295 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>
</body>
</html>