popov.link/_layouts/default.html
Valentin Popov c99c6bcc46
feat(js): Delete the inserted JS code
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-12-06 22:18:50 +04:00

20 lines
291 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>