@use super::{header_html, footer_html}; @use crate::handlers::notes::Note; @(note: Note) @:header_html(Some(&format!("Note written at {}", note.detrytemci())), None)