2023-10-16 01:36:59 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--
|
2024-03-27 04:13:48 +01:00
|
|
|
Type on Strap jekyll theme v2.4.9
|
2023-10-16 01:36:59 +02:00
|
|
|
Theme free for personal and commercial use under the MIT license
|
|
|
|
https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
|
|
|
|
-->
|
|
|
|
<html lang="en">
|
2024-03-27 04:13:48 +01:00
|
|
|
{% capture _head %}{% include default/head.liquid %}{% endcapture %}
|
|
|
|
{{ _head | split: " " | join: " "}}
|
2023-10-16 01:36:59 +02:00
|
|
|
<body>
|
2024-03-27 04:13:48 +01:00
|
|
|
{% capture _navbar %}{% include default/navbar.liquid %}{% endcapture %}
|
|
|
|
{{ _navbar | split: " " | join: " "}}
|
2023-10-16 01:36:59 +02:00
|
|
|
<div class="content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
2024-03-27 04:13:48 +01:00
|
|
|
{% capture _footer %}{% include default/footer.liquid %}{% endcapture %}
|
|
|
|
{{ _footer | split: " " | join: " "}}
|
2023-10-16 01:36:59 +02:00
|
|
|
</body>
|
|
|
|
</html>
|