tclip/cmd/web/tmpl/notfound.tmpl
Xe Iaso e132530597 many fixes
cmd/tailpaste:
- better handle the error cases from web

cmd/web:
- Implement list of pastes
- Add contextual navbar for paste list and meta help
- Add error page rendering
- Add paginated paste listing
- Add created_at column
- Make paster information less janky on per-paste views

Signed-off-by: Xe Iaso <xe@tailscale.com>
2022-12-15 18:47:09 +00:00

4 lines
155 B
Cheetah

{{template "header" .}}
<p>The URL you requested could not be found. Please check your URL and hang up to try your call again.</p>
{{template "footer" .}}