2015-11-11 21:31:53 +01:00

29 lines
387 B
HTML

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