@use plume_models::CONFIG; @use plume_models::instance::Instance; @use std::path::Path; @use crate::template_utils::*; @use crate::routes::*; @(ctx: BaseContext, title: String, head: Content, header: Content, content: Content) @title ⋅ @i18n!(ctx.1, "Plume") @:head()
@if let Some(ref message) = ctx.3 {

@message.1

}
@:content()