github.com/jbramsden/hugo@v0.47.1/docs/themes/gohugoioTheme/layouts/404.html (about)

     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      {{ partial "svg/gopher-hero.svg" . }}
     6    </div>
     7  
     8    {{ .Content }}
     9  </main>
    10  {{ end }}