@use template_utils::*; @use plume_models::comments::CommentTree; @use routes::*; @(ctx: BaseContext, comment_tree: &CommentTree, in_reply_to: Option<&str>, blog: &str, slug: &str) @if let Some(ref comm) = Some(&comment_tree.comment) { @if let Ok(author) = comm.get_author(ctx.0) {
@if let Some(ref ap_url) = comm.ap_url { @comm.creation_date.format("%B %e, %Y %H:%M") }
@if let Some(ref in_reply_to) = in_reply_to { }@comm.spoiler_text
} @Html(&comm.content) @if comm.sensitive {