mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-05-08 17:58:30 +00:00
7 lines
114 B
HTML
7 lines
114 B
HTML
<!doctype html>
|
|
{% include head.html %}
|
|
{% include header.html %}
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</html>
|