16 lines
251 B
HTML
16 lines
251 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html class="no-js" lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{{ content }}
|
|
|
|
{% include aside.html %}
|
|
</body>
|
|
|
|
</html>
|