test-pages/_layouts/home.html
sneakers-the-rat a7a3159262
Some checks failed
/ build (push) Failing after 42s
pages
2024-06-29 02:13:05 -07:00

17 lines
No EOL
302 B
HTML

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