2015-11-10 10:26:20 +01:00

29 lines
386 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="en" itemscope itemtype="//schema.org/WebPage">
{% include head.html %}
<body>
{% include header.html %}
<main class="main" role="main" itemscope itemprop="mainContentOfPage">
<div class="container">
{{ content }}
</div>
</main>
</body>
<script src="js/script.js"></script>
</html>