{# Auto-dismissing toast notification — emitted via with_toast() response helper. Contract: ~/.claude/skills/ux-architect/components/toast.md Parameters: message (str), level (str: success|error|warning|info, default: info). v0.62 CSS refactor: tone tinting (border-l + icon colour) now driven by `data-dz-toast-level` attribute selectors in components/fragments.css — replaces two parallel Jinja dictionary lookups for `border-l-[hsl(...)]` and `text-[hsl(...)]` Tailwind classes. Same #906-class JIT-visibility win. #} {% set level = level | default('info') %}