forked from lapikud/lapikud.github.io
8 lines
148 B
HTML
8 lines
148 B
HTML
<!doctype html>
|
|
{% include head.html %}
|
|
{% include header.html %}
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
{% include scripts.html %}
|
|
</html>
|