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

6 years ago
12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="{{ with site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
  3. {{ partial "head.html" . }}
  4. <body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
  5. <div id="content">
  6. {{ partial "preloader.html" . }}
  7. {{- block "main" . }}{{- end }}
  8. </div>
  9. {{- partial "footer.html" . -}}
  10. </body>
  11. </html>