<!DOCTYPE html>
<html lang="{{- site.Language.Lang -}}">
    {{- partial "head.html" . -}}
    <body>
      <input type="checkbox" id="theme-switch" class="theme-switch" autocomplete="on">
      <section id="page">
            {{ partial "navbar.html" . }}
        <main>
          <section class="content">
             {{- block "main" . }}{{- end }}
          </section>
        </main>
        {{- partial "footer.html" . -}}