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.

22 lines
562 B

10 years ago
10 years ago
  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. <section id="wrapper" class="home">
  9. <article class="post">
  10. <header>
  11. <h1>404 - page not found</h1>
  12. <h3>The page you're looking for doesn't seem to exist.</h3>
  13. </header>
  14. {{ partial "archive.html" . }}
  15. </article>
  16. {{ partial "footer.html" . }}
  17. </section>
  18. </body>
  19. </html>