@use super::statics::{photos_css, admin_js, ux_js}; @use super::head; @use crate::server::{Context, Link}; @(context: &Context, title: &str, lpath: &[Link], meta: Content, content: Content) @title @if context.is_authorized() { } @:meta() @:head(context, lpath) @:content()