mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-26 17:58:08 +02:00
8 lines
116 B
HTML
Vendored
8 lines
116 B
HTML
Vendored
<!doctype html>
|
|
<html>
|
|
{% include head.html %}
|
|
<body>
|
|
{% include ad.html %} {{ content }}
|
|
</body>
|
|
</html>
|