mikaela.github.io/_layouts/default.html

23 lines
289 B
HTML
Raw Normal View History

2014-12-29 18:35:21 +01:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
{% include google_analytics.html %}
2014-12-29 18:35:21 +01:00
</body>
</html>