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.

13 lines
429 B

  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 "navbar.html" . }}
  8. <div class="main">
  9. <div class="content">
  10. {{- block "main" . }}{{- end }}
  11. </div>
  12. </div>
  13. {{- partial "footer.html" . -}}