8 lines
150 B
HTML
8 lines
150 B
HTML
{{ define "main" }}
|
|
|
|
<article>
|
|
<header><h1>404: Page not found</h1></header>
|
|
<p>Unfortunately, this page does not exist.</p>
|
|
</article>
|
|
|
|
{{ end }} |