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