@use super::{layout_html, return_home_html}; @(msg: &str) @:layout_html("Error", None, {}, { There was an error processing your request @msg @:return_home_html() })
@msg