home-old/_layouts/home.html

18 lines
268 B
HTML

<!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>
</html>