@use super::statics::*; @use crate::footer; @use tide::StatusCode; @(code: StatusCode, message: &str) Error @(u16::from(code)): @code.canonical_reason()

@code.canonical_reason()

@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()