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.

baseof.html 376B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html class="no-js" lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
  3. {{- partial "header.html" . -}}
  4. {{"<!-- body start -->" | safeHTML}}
  5. <body id="body" data-spy="scroll" data-target=".navbar" data-offset="50">
  6. <div id="content">
  7. {{- block "main" . }}{{- end }}
  8. </div>
  9. {{- partial "footer.html" . -}}
  10. </body>
  11. </html>