···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 }}
+2-1
appview/pages/templates/errors/500.html
···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 }}
+9
appview/pages/templates/errors/503.html
···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 again77+ later.88+ </p>99+{{ end }}
+1-1
appview/pages/templates/layouts/topbar.html
···4242 {{ end }}4343 </nav>4444 {{ else }}4545- <a href="/login" class="btn my-2">login</a>4545+ <a href="/login" class="btn my-2 no-underline">login</a>4646 {{ end }}4747{{ end }}