<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">

<head>
    {% include base/head.html %}
</head>

<body class="antialiased cm-gray-1 min-h-screen">
    {% include base/header.html %}

    {{ content }}

    {% include base/footer.html %}
</body>

</html>