mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 18:43:34 +03:00
14 lines
186 B
HTML
14 lines
186 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="{{ site.lang | strip | slugify | xml_escape }}">
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{{ content }}
|
|
</body>
|
|
|
|
</html>
|