2025-01-09 15:14:49 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2025-01-14 20:45:08 +01:00
|
|
|
{% include "head.liquid" %}
|
2025-01-09 15:14:49 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2025-01-14 20:45:08 +01:00
|
|
|
<header>
|
|
|
|
{% include "header.liquid" %}
|
|
|
|
</header>
|
|
|
|
<div class="container mt-4">
|
|
|
|
<!--h1 class="title">{{ page.title }}</p-->
|
|
|
|
<div class="content m-5">{{ page.content }}</p>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
{% include "footer.liquid" %}
|
|
|
|
</footer>
|
2025-01-09 15:14:49 +01:00
|
|
|
</body>
|
|
|
|
</html>
|