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

Note written at @note.detrytemci()

@Html(note.to_html().0) @:footer_html()