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.

18 lines
442 B

10 years ago
10 years ago
  1. {{ partial "head.html" . }}
  2. <body>
  3. {{ partial "nav.html" . }}
  4. <section id="wrapper" class="home">
  5. <article class="post">
  6. <header>
  7. <h1>404 - page not found</h1>
  8. <h3>The page you're looking for doesn't seem to exist.</h3>
  9. </header>
  10. {{ partial "archive.html" . }}
  11. </article>
  12. {{ partial "footer.html" . }}
  13. </section>
  14. </body>
  15. </html>