2017-11-08 20:34:49 -06:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
2021-07-29 19:02:18 +02:00
|
|
|
<!DOCTYPE html>
|
2021-08-09 11:11:02 +02:00
|
|
|
<html class="h-full" lang="en-US">
|
2021-08-05 16:37:13 +02:00
|
|
|
{% include head.html %}
|
2021-08-09 11:11:02 +02:00
|
|
|
<body class="h-full flex flex-col">
|
|
|
|
<div
|
|
|
|
class="flex-grow container max-w-screen-xl mx-auto px-5 md:px-12 lg:pt-6"
|
|
|
|
>
|
2021-07-29 19:02:18 +02:00
|
|
|
{% include header.html %}
|
|
|
|
|
|
|
|
<main class="bg-white text-black flex flex-col">{{ content }}</main>
|
|
|
|
</div>
|
2021-08-05 16:38:33 +02:00
|
|
|
{% include footer.html %} {% include scripts.html %}
|
2021-07-29 19:02:18 +02:00
|
|
|
</body>
|
|
|
|
</html>
|