jk.nipponalba.scot website https://jk.nipponalba.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

14 lines
472 B

5 years ago
5 years ago
5 years ago
  1. <!DOCTYPE html>
  2. <html lang="{{- site.Language.Lang -}}">
  3. {{- partial "head.html" . -}}
  4. <body>
  5. <input type="checkbox" id="theme-switch" class="theme-switch" autocomplete="on">
  6. <div id="page">
  7. {{- partial "sidebar.html" . -}}
  8. {{ partial "navbar.html" . }}
  9. <div class="main">
  10. <div class="content">
  11. {{- block "main" . }}{{- end }}
  12. </div>
  13. </div>
  14. {{- partial "footer.html" . -}}