Structural template

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-05-31 03:03:56 +04:00
parent 71fe7f2571
commit 98f098e4a3

16
_layouts/default.html Normal file
View File

@ -0,0 +1,16 @@
---
layout: compress
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{{ content }}
{% include javascript.html %}
</body>
</html>