{% if type == "info" %} ℹ️ {% elif type == "warning" %} ⚠️ {% elif type == "success" %} ✅ {% elif type == "danger" %} 🚫 {% endif %} {{ content|safe }}