@use templates::statics::*; @use footer; @use warp::http::StatusCode; @(code: StatusCode, message: &str) Error @code.as_u16(): @code.canonical_reason().unwrap_or("error")

@code.canonical_reason().unwrap_or("error")

@message

We are sorry about this. In a real application, this would mention the incident having been logged, and giving contact details for further reporting.

@:footer()