@use super::{header_html, footer_html}; @use crate::blog::post::Post; @(post: Post, body: impl ToHtml) @:header_html(Some(&post.front_matter.title.clone()), None)) @body @:footer_html()