{# bfx/alert.html — Alert / notification macro #} {% macro alert(message, variant="info", dismissible=false, attrs={}) %} {% set role_map = {"error": "alert", "warning": "alert"} %}