{# Auto-dismissing toast notification — used by with_toast() response helper #} {# Parameters: message (str), level (str: success|error|warning|info, default: info) #} {% set level = level | default('info') %}