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

@post.front_matter.title.clone()

Posted @body
@:footer_html()