1
0
mirror of https://github.com/mikaela/mikaela.github.io/ synced 2025-02-15 13:01:00 +01:00

21 lines
248 B
HTML
Raw Normal View History

2014-12-29 19:35:21 +02:00
<!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>