2018-04-03 21:08:27 +00:00
|
|
|
---
|
|
|
|
layout: compress
|
|
|
|
---
|
|
|
|
|
2018-01-06 12:12:53 +00:00
|
|
|
<!DOCTYPE html>
|
2018-04-11 00:05:43 +00:00
|
|
|
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
|
2018-01-06 12:12:53 +00:00
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
2018-04-11 00:05:43 +00:00
|
|
|
<main class="wrapper">
|
|
|
|
{% include header.html %}
|
2018-01-06 12:12:53 +00:00
|
|
|
|
2018-04-11 00:05:43 +00:00
|
|
|
<div class="content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
</main>
|
2018-01-06 12:12:53 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|