2017-05-28 19:34:07 +00:00
|
|
|
<!DOCTYPE html>
|
2017-06-04 13:35:27 +00:00
|
|
|
<html class="{{ page.nav }}">
|
2017-05-28 19:34:07 +00:00
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
2020-12-11 16:34:50 +00:00
|
|
|
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "9bd8ab274a9f4dff91bd7f56772c681c"}'></script>
|
2017-05-28 19:34:07 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|