summaryrefslogtreecommitdiff
path: root/templates/404.html
blob: 5210bfbc8aa4af7be925bd8372f6cfc0a0950067 (plain)
1
2
3
4
5
6
7
{{ define "content" }}
<h1>page not found</h1>
<p><em>but hey, at least you found our witty 404 page. that's something, right?</em></p>

<p><a href="/">go back home</a></p>

{{ end }}