<!DOCTYPE html> <html lang=“{{ page.lang | default: site.lang | default: ” en“ }}”>
{%- include head.html -%}
<body class=“min-vh-100 d-flex flex-column bg-light”>
{%- include preloader.html -%} {%- include header.html -%} <main role="main" class="page-content" aria-label="Content"> {{ content }} </main> {%- include footer.html -%} {%- include scroll-top.html -%} {%- include scripts.html -%}
</body>
</html>