erick.is/_layouts/default.html

16 lines
249 B
HTML
Raw Normal View History

2024-12-01 09:29:34 -05:00
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include head.html -%}
<body>
{%- include header.html -%}
<main>
{{ content }}
</main>
{%- include footer.html -%}
</body>
</html>