{{ define "main" }}

<article>
  <header>
  	<h1>404: Page not found</h1>
  </header>
  <p>Unfortunately, this page does not exist.</p>
</article>

{{ end }}