7 lines
173 B
HTML
7 lines
173 B
HTML
|
{{ partial "header.html" . }}
|
||
|
<main>
|
||
|
<h1>Document Not Found</h1>
|
||
|
<p>The content you requested could not be found at the given URL.</p>
|
||
|
</main>
|
||
|
{{ partial "footer.html" . }}
|