501.en.html 354 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. {{ template "head" }}
  4. <body>
  5. {{ template "header" }}
  6. {{ template "nav" }}
  7. <main>
  8. <h1>Error 501 — Not Implemented</h1>
  9. <p>‘In the beginning the Universe was created.<br/>
  10. This has made a lot of people very angry and been widely regarded as a bad move.’</p>
  11. </main>
  12. {{ template "aside" }}
  13. </body>
  14. </html>