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.

17 lines
391 B

  1. <!DOCTYPE html>
  2. <html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
  3. <head>
  4. {{ partial "head.html" . }}
  5. </head>
  6. <body>
  7. {{ partial "nav.html" . }}
  8. {{ partial "profile.html" . }}
  9. <section id="wrapper" class="home">
  10. {{ .Content }}
  11. {{ partial "footer.html" . }}
  12. </section>
  13. {{ partial "js.html" . }}
  14. </body>
  15. </html>