@use super::intermediate_html; @use warp::http::StatusCode; @(code: StatusCode, message: &str) @:intermediate_html(code.canonical_reason().unwrap_or("Error"), { class="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.
})