- <!DOCTYPE html>
- <html>
- {{ template "head" }}
- <body>
- {{ template "header" }}
- {{ template "nav" }}
- <main>
- <h1>Error 501 — Not Implemented</h1>
- <p>‘In the beginning the Universe was created.<br/>
- This has made a lot of people very angry and been widely regarded as a bad move.’</p>
- </main>
- {{ template "aside" }}
- </body>
- </html>
|