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
360 B

4 years ago
4 years ago
4 years ago
  1. <!DOCTYPE html>
  2. <html lang="{{- site.Language.Lang -}}">
  3. {{- partial "head.html" . -}}
  4. <body>
  5. <section id="page">
  6. {{ partial "navbar.html" . }}
  7. <main>
  8. <section class="content">
  9. {{- block "main" . }}{{- end }}
  10. </section>
  11. </main>
  12. </section>
  13. {{- partial "footer.html" . -}}