{{/* error.html is the branded error page shared by every surface (404, 500, …). It renders on whichever base layout the surface defaults to, so the chrome matches the rest of that host. Data: Status (int), Title, Message. */}} {{define "title"}}{{.Status}} · MeshTender{{end}} {{define "header"}}{{end}} {{define "content"}}
{{.Status}}

{{.Title}}

{{.Message}}

{{template "icon-home" "me-1"}}Back to home
{{end}}