16 lines
362 B
HTML
16 lines
362 B
HTML
---
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html class="no-js" lang="en-US">
|
|
{% include head.html %}
|
|
<body>
|
|
<div class="container max-w-screen-xl mx-auto px-5 md:px-12 lg:pt-6">
|
|
{% include header.html %}
|
|
|
|
<main class="bg-white text-black flex flex-col">{{ content }}</main>
|
|
</div>
|
|
{% include footer.html %} {% include scripts.html %}
|
|
</body>
|
|
</html>
|