deliciousium/themes/coyote/layouts/404.html

10 lines
188 B
HTML

{{ define "main" }}
<section class="not-found">
<h3>404</h3>
<span>page not found</span>
<div>
<h1><a href="{{ "" | absLangURL }}">Go Home</a></h1>
</div>
</section>
{{ end }}