7 lines
148 B
HTML
7 lines
148 B
HTML
![]() |
{{ define "main" }}
|
||
|
<main class="cf pa5 pa4-l f4 tc center measure-wide lh-copy gray">
|
||
|
<h1>Page not found</h1>
|
||
|
{{ .Content }}
|
||
|
</main>
|
||
|
{{ end }}
|