8 lines
229 B
1
{{ define "title" }}404 · tangled{{ end }}
2
3
{{ define "content" }}
4
<h1>404 — nothing like that here!</h1>
5
<p>
6
It seems we couldn't find what you were looking for. Sorry about that!
7
</p>
8
{{ end }}
9