mirror of
https://github.com/morgan9e/blog
synced 2026-04-13 15:54:06 +09:00
8 lines
135 B
HTML
8 lines
135 B
HTML
{{ define "main" }}
|
|
{{- partial "nav.html" . -}}
|
|
<div class="home">
|
|
<h1>404</h1>
|
|
<p>Page not found.</p>
|
|
</div>
|
|
{{ end }}
|