@use super::{header_html, footer_html}; @(title: String, body: impl ToHtml) @:header_html(&title)

@body


@:footer_html()