18 lines
333 B
HTML
18 lines
333 B
HTML
<!DOCTYPE html>
|
|
<html class="{{ page.nav }}">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
|
|
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "9bd8ab274a9f4dff91bd7f56772c681c"}'></script>
|
|
</body>
|
|
|
|
</html>
|