layout: compress


<!DOCTYPE html> <html lang=β€œ{{ page.lang | default: site.lang | default: ”enβ€œ }}”>

<head>
  <title>{{ site.title }}</title>
  <style>
    {% capture scss_sheet %}{% include style.scss %}{% endcapture %}
    {{ scss_sheet | scssify }}
  </style>
</head>
<body>
  <main>
  {{ content }}
  </main>
</body>

</html>