softinio.com/themes/hyde-x/layouts/404.html
2016-03-11 11:19:40 -05:00

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 }}">&larr; Click here to go back home</a></p>
</div>
</div>
{{ partial "foot.html" . }}