<!DOCTYPE html> <html lang=“{{ page.lang | default: site.lang }}”> {% include head.html %} <body class=“black-80 {% if page.class or layout.class %}{{ page.class | default: layout.class | join: ' ' | prepend: ' ' }}{% endif %}”>
{% if page.header != false %} {% include header.html %} {% endif%}
{{ content }}
{% if page.footer != false %} {% include footer.html %} {% endif%}
</body> </html>