404.html (332B)
1 {{ define "main" }}
2 <main class="cf pa5 pa4-l f4 tc center measure-wide lh-copy gray">
3 <h1 class="f3 f2-ns">The page you're looking for doesn't exist. Perhaps you'd like to gopher something else? Sorry.</h1>
4 <div class="h6">
5 <img src="/images/gopher-hero.svg" alt="" class="h5">
6 </div>
7
8 {{ .Content }}
9 </main>
10 {{ end }}