ananke/layouts/404.html
2017-04-10 21:27:13 -04:00

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 }}