{% if type == "error" %}
⚠️
{% elif type == "success" %}
✅
{% end %}
{{ message }}
Go Back