mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-07 12:39:28 +01: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>
|