%# Inline alert / notice banner (design-system tone tokens). Config: text, tone? ∈ pos|neg|info|warn (default info), title? %><% const tone = locals.tone || "info"; const icon = tone === "pos" ? "i-check-circle" : "i-alert"; -%>