11 lines
369 B
HTML
11 lines
369 B
HTML
{{ define "title" }}Error 404 Not Found{{ end }}
|
|
{{ define "main" }}
|
|
|
|
<div class="pa3 pa4-ns w-100 w-70-ns center">
|
|
<section class="w-100 mw8">
|
|
<h1>What is the sound of one page missing?</h1>
|
|
<p>That page doesn't exist. Perhaps you'd like to <a href="{{ "search/" | absURL }}">search</a> this site or start at the homepage.</p>
|
|
</section>
|
|
</div>
|
|
|
|
{{ end }}
|