@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 Some(author) = comm.get_author(ctx.0).ok() {
@comm.spoiler_text
} @Html(&comm.content) @if comm.sensitive {