404.en.html 303 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. {{ template "head" }}
  4. <body>
  5. {{ template "header" }}
  6. {{ template "nav" }}
  7. <main>
  8. <h1>Error 404 — Not Found</h1>
  9. <p>‘There was a point to this story, but it has temporarily escaped the chronicler's mind.’</p>
  10. </main>
  11. {{ template "aside" }}
  12. </body>
  13. </html>