2022-04-27 16:42:40 +00:00
|
|
|
<!DOCTYPE html>
|
2022-04-27 18:39:13 +00:00
|
|
|
<html lang="en-US">
|
2022-04-27 16:42:40 +00:00
|
|
|
<head>
|
2022-04-27 18:39:13 +00:00
|
|
|
{% include "meta.liquid" %}
|
2022-04-27 16:42:40 +00:00
|
|
|
</head>
|
2022-04-27 18:39:13 +00:00
|
|
|
|
2022-04-27 16:42:40 +00:00
|
|
|
<body>
|
2022-04-27 18:39:13 +00:00
|
|
|
{% include "navigation.liquid" %}
|
|
|
|
<main>
|
|
|
|
{{ page.content }}
|
|
|
|
</main>
|
|
|
|
{% include "footer.liquid" %}
|
2022-04-27 16:42:40 +00:00
|
|
|
</body>
|
|
|
|
</html>
|