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

10 years ago
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>{{ with .Site.Params.title404 }}{{ . }}{{ else }}404 - Page not found{{ end }}</h1>
  8. <h3>{{ with .Site.Params.subtitle404 }}{{ . }}{{ else }}The content you're looking for doesn't seem to exist.{{ end }}</h3>
  9. </header>
  10. {{ partial "archive.html" . }}
  11. </article>
  12. {{ partial "footer.html" . }}
  13. </section>
  14. </body>
  15. </html>