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