home-old/_layouts/home.html

18 lines
268 B
HTML
Raw Normal View History

2021-05-06 16:30:07 +00:00
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include home-head.html -%}
<body>
{%- include header.html -%}
<div id="home">
{{ content }}
</div>
{%- include footer.html -%}
</body>
2022-01-12 12:33:31 +00:00
</html>