Files
lapikud.github.io/_layouts/default.html
2018-08-04 21:56:10 +03:00

8 lines
141 B
HTML

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