Sha256: 1bb3981dce4fa08ee77ddbad8026b38f253cda07fcea869b69ef2eb327f3911d

Contents?: true

Size: 335 Bytes

Versions: 1

Compression:

Stored size: 335 Bytes

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %}
<body class="{{ page.layout }}">
    {%- include header.html -%}
    <main aria-label="content">
        <div class="wrapper">
            {{ content }}
        </div>
    </main>
    {%- include footer.html -%}
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nokcode-theme-0.1.0 _layouts/default.html