mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-02 18:19:27 +01:00
21 lines
248 B
HTML
21 lines
248 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
{% include head.html %}
|
||
|
|
||
|
<body>
|
||
|
|
||
|
{% include header.html %}
|
||
|
|
||
|
<div class="page-content">
|
||
|
<div class="wrapper">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{% include footer.html %}
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|