- <!DOCTYPE html>
- <html>
- {{ template "head" }}
- <body>
- {{ template "header" }}
- {{ template "nav" }}
- <main>
- <h1>Error 404 — Not Found</h1>
- <p>‘There was a point to this story, but it has temporarily escaped the chronicler's mind.’</p>
- </main>
- {{ template "aside" }}
- </body>
- </html>
|