Files
lapikud.github.io/_layouts/default.html

8 lines
148 B
HTML

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