2017-02-05 18:19:49 +00:00
|
|
|
<!DOCTYPE html>
|
2017-02-06 10:51:18 +00:00
|
|
|
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
2017-02-05 18:19:49 +00:00
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
2017-02-06 10:51:18 +00:00
|
|
|
<main class="page-content" aria-label="Content">
|
2017-02-05 18:19:49 +00:00
|
|
|
<div class="wrapper">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
2017-02-06 10:51:18 +00:00
|
|
|
</main>
|
2017-02-05 18:19:49 +00:00
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|