@use super::base_html; @(title: &str, content: Content, meta: Content) @:base_html(title, {
@:content()
}, { @:meta() })