@use super::statics::{layout_css, favicon_ico}; @use crate::config; @(title: &str, description: Option<&str>, head: Content, body: Content) @title @if let Some(desc) = description { } else { } @if let Some(domain) = config().domain() { } @:head()

pict-rs

@:body()