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