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