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.

14 lines
475 B

  1. <!DOCTYPE html>
  2. <html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta name='viewport' content='width=device-width,initial-scale=1'>
  6. <link rel='stylesheet' href='build/global.css'>
  7. <link rel='stylesheet' href='build/bundle.css'>
  8. <script defer src='build/bundle.js'></script>
  9. <title>{{- .Title }} - {{ .Site.Title -}}</title>
  10. </head>
  11. <body>{{- block "main" . -}}{{- end -}}</body>
  12. </html>