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