···11{{ define "title" }}404 · tangled{{ end }}
2233{{ define "content" }}
44- <h3>404 — nothing like that here!</h3>
44+ <h1>404 — nothing like that here!</h1>
55+ <p>
66+ It seems we couldn't find what you were looking for. Sorry about that!
77+ </p>
58{{ end }}
···11{{ define "title" }}500 · tangled{{ end }}
2233{{ define "content" }}
44- <h3>500 — something broke!</h3>
44+ <h1>500 — something broke!</h1>
55+ <p>We're working on getting service back up. Hang tight!</p>
56{{ end }}
···11+{{ define "title" }}503 · tangled{{ end }}
22+33+{{ define "content" }}
44+ <h1>503 — unable to reach knot</h1>
55+ <p>
66+ We were unable to reach the knot hosting this repository. Try again
77+ later.
88+ </p>
99+{{ end }}