You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
302 B

  1. {{define "Head"}}<title>Not Found - GoDoc</title>{{end}}
  2. {{define "Body"}}
  3. {{template "FlashMessages" .flashMessages}}
  4. <h1>Not Found</h1>
  5. <p>Oh snap! Our team of gophers could not find the web page you are looking for. Try one of these pages:
  6. <ul>
  7. <li><a href="/">Home</a>
  8. </ul>
  9. {{end}}