website/_layouts/default.html

19 lines
271 B
HTML

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