29 lines
283 B
HTML
Raw Normal View History

2015-02-27 16:25:39 +01:00
---
layout: compress
---
2015-02-27 13:51:44 +01:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
2015-02-28 13:05:24 +01:00
{% include header.html %}
2015-02-27 13:51:44 +01:00
<main class="main">
2015-02-27 15:32:37 +01:00
<div class="container">
{{ content }}
</div>
2015-02-27 13:51:44 +01:00
</main>
</body>
2015-11-08 21:38:08 +01:00
<script src="js/script.js"></script>
2015-02-27 13:51:44 +01:00
</html>