Valentin Popov 98f098e4a3
Structural template
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-05-31 03:03:56 +04:00

17 lines
168 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{{ content }}
{% include javascript.html %}
</body>
</html>