@use plume_models::CONFIG;
@use plume_models::instance::Instance;
@use template_utils::*;
@use routes::*;
@use std::path::Path;
@(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()