187bf204d4
Signed-off-by: Valentin Popov <valentineus@gmail.com>
23 lines
350 B
HTML
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>
|