ananke/layouts/404.html

7 lines
148 B
HTML
Raw Normal View History

2017-04-11 03:27:13 +02:00
{{ define "main" }}
<main class="cf pa5 pa4-l f4 tc center measure-wide lh-copy gray">
<h1>Page not found</h1>
{{ .Content }}
</main>
{{ end }}