10 lines
284 B
HTML
10 lines
284 B
HTML
{{ partial "head.html" . }}
|
|
<div class="content container">
|
|
<div class="post">
|
|
<h1>404 Not Found</h1>
|
|
<p>What you're looking for isn't here, sorry!</p>
|
|
<p><a href="{{ "/" | absURL }}">← Click here to go back home</a></p>
|
|
</div>
|
|
</div>
|
|
{{ partial "foot.html" . }}
|