mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
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>
|