<!DOCTYPE html> <html lang=“{{ page.lang | default: site.lang | default: ”en-us“ }}”>

<head>
    {% include meta.html %}
    {% include css.html %}
</head>
<body>
    {% include nav.html %}
    {{ content }}
    {% include footer.html %}
    {% include js.html %}
</body>

</html>