mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-26 21:22:32 +01:00
8 lines
94 B
HTML
8 lines
94 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
{% include head.html %}
|
||
|
<body>
|
||
|
{{ content }}
|
||
|
</body>
|
||
|
</html>
|