blog/layouts/404.html
2026-03-18 20:32:25 +00:00

5 lines
159 B
HTML

{{ define "main" }}
<h1>404 - Page not found</h1>
<p>The page you're looking for doesn't exist.</p>
<p><a href="{{ .Site.BaseURL }}">Go home</a></p>
{{ end }}