Files
blog/themes/plain/layouts/404.html
2026-03-25 15:14:49 +09:00

8 lines
135 B
HTML

{{ define "main" }}
{{- partial "nav.html" . -}}
<div class="home">
<h1>404</h1>
<p>Page not found.</p>
</div>
{{ end }}