defiance-ng/layouts/404.html
2022-07-20 14:27:20 -07:00

8 lines
No EOL
153 B
HTML

{{ define "main" }}
<div>
<h1>Oops!</h1>
<p>We couldn't find the page you're looking for.</p>
<br>
<a href="/">Take me back!</a>
</div>
{{ end }}