19 lines
268 B
HTML
19 lines
268 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
<main class="container">
|
|
{{ content }}
|
|
</main>
|
|
|
|
{% include footer.html %}
|
|
</body>
|
|
|
|
</html>
|