@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 @post.clone().date.format("%B %d %Y") by @post.clone().author @body @:footer_html()