Files
lapikud.github.io/_layouts/default.html
2018-07-16 23:46:24 +03:00

7 lines
114 B
HTML

<!doctype html>
{% include head.html %}
{% include header.html %}
{{ content }}
{% include footer.html %}
</html>